|
Class Summary |
| Applet |
A simpler version of an Applet. |
| Column |
This is a Panel that different things can be placed into. |
| Frame |
A frame with a static DrawingCanvas so that other classes can draw without
needing parameters. |
| Lab2Applet |
|
| Lab3Applet |
An applet with a three static DrawingCanvases so that other classes can draw
without needing parameters. |
| Lab4Applet |
An applet with a static Panel so that other classes can draw without
needing parameters and a column for buttons. |
| Panel |
A slight modification of the JPanel adding Color and Dimension accessor/mutators |
| Row |
This is a Panel that different things can be placed into. |
| TwoDrawingCanvasApplet |
An applet with a two static Panels so that other classes can draw
without needing parameters. |