Package framework.gui

Provides classes for creating user interfaces.

See:
          Description

Class Summary
AbsoluteLayout This is a simple layout manager to absolutely position components.
CustomButton A JButton that activates on pressing enter on all platforms.
DebugWindow A window for displaying debug messages and for timing code execution.
Focuser This class focuses a component when the mouse is clicked.
ImageButton A JButton with images.
MainWindow This class can form the root container for an application or applet.
MenuScreen Changes some behaviours to be more suitable for a menu screen.
TextButton A JButton with changeable font size.
TextLabel A JLabel with changeable font size.
 

Package framework.gui Description

Provides classes for creating user interfaces. Most of these are just minor improvements to existing Swing components.

The exceptions would be MainWindow and DebugWindow. MainWindow can either be the root component for an Applet or it can create a window to be the root component of an application, while DebugWindow provides methods to time and debug code.