Mrjsaw / ChessClock

Apache License 2.0
1 stars 1 forks source link

minor clock class improvement #2

Closed H3AR7B3A7 closed 4 years ago

H3AR7B3A7 commented 4 years ago
  1. Using modulo "%" instead of "/(mins*60)".

  2. Moved initialization in argument and made it private.

  3. Using Ints instead of Longs where possible now

  4. Compensated for width of char "1" in font so timer doesn't change position on screen when "1" is displayed