A B C D H M P S

P

Paint - Class in <Unnamed>
This class creates our frame and adds all our panels to it, allowing us to play.
Paint() - Constructor for class Paint
Makes our frame and adds components where they should be.
paintComponent(Graphics) - Method in class DrawArea
 
paintComponent(Graphics) - Method in class PreviewArea
 
PreviewArea - Class in <Unnamed>
Creates the area where the preview of what you will draw is shown.
PreviewArea() - Constructor for class PreviewArea
Creates a new draw area and sets the background to white.

A B C D H M P S