Class Summary |
ButtonPanel |
This class makes a panel that contains buttons for each of our draw tools. |
ColorPanel |
NOW OBSOLETE!!!!!!!
Creates a panel with 10 color choices. |
ColorTool |
NOW OBSOLETE!!!
Would get the color from the pressing of the buttons on the button panel,
but since we have no button panel anymore, we don't need this. |
DrawArea |
This class creates a draw area where the actual drawing takes place in paint. |
DrawTool |
Allows us to select various drawing tools. |
HelpFrame |
Frame that tells people how to play around with our Paint program. |
Paint |
This class creates our frame and adds all our panels to it, allowing us to play. |
PreviewArea |
Creates the area where the preview of what you will draw is shown. |
SliderPanel |
TODO Put here a description of what this class does. |