DePauwREU2013 / scales

2 stars 0 forks source link

Use Rectangle2D for bounds #7

Closed mfansler closed 11 years ago

mfansler commented 11 years ago

The bounds method on Graphic is currently using java.awt.geom.Rectangle, which limits it to Int values. It should be changed to use java.awt.Rectangle2D.