FlowTest.java
Five buttons arranged by FlowLayout.
See FlowTest.html.
By default, FlowLayout arranges components in rows, left to right,
and centered.
BorderTest.java
Five buttons arranged by BorderLayout.
See BorderTest.html.
BorderLayout divides the window into five regions: NORTH, SOUTH,
EAST, WEST, and CENTER.
GridTest.java
Six buttons arranged in a 2 row x 3 column grid by GridLayout.
See GridTest.html.
GridLayout divides the window into equal-sized rectangles based upon
the number of rows and columns specified.
CardDemo.java
A demo providing multiple buttons to select a playing card.
A Panel, using CardLayout control which of four possible subpanels,
holding a different card, to display.
See CardDemo.html.
Uses the following class and images: