Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 274 Bytes

File metadata and controls

8 lines (6 loc) · 274 Bytes

drawPanel

Scala Swing panel that allows drawing shapes on it. Each shape is it's own object, and the panel keeps a Dequeue of all the objects it displays.

Known Bugs

The code for determining if a point is inside of a transformed shape doesn't work correctly.