A G M P S

S

SimpleFrame - Class in <Unnamed>
Holds two panels with squares of the size and color the user requests.
SimpleFrame() - Constructor for class SimpleFrame
Constructs a JFrame, asks the user for the characteristics of two squares, and adds two JPanels that display those squares.
SquarePanel - Class in <Unnamed>
A JPanel of the given color that displays a square of the given characteristics.
SquarePanel(int, Color, Color) - Constructor for class SquarePanel
Stores the characteristics of the given square and constructs a JPanel with the given color and a size twice that of the given square.

A G M P S