Package becker.gui

Classes to help create graphical user interfaces.

See:
          Description

Class Summary
FormLayout A layout manager that arranges components in a double column.
JIntField JIntField is just like a JTextField except that it will accept only integers in the range Integer.MIN_VALUE..Integer.MAX_VALUE.
LedDisplay A LedDisplay simulates the light-emitting diodes commonly found on clocks, radios, and calculators.
RowLayout A RowLayout manages the layout of a container's components.
 

Package becker.gui Description

Classes to help create graphical user interfaces.