Class Summary |
BasicJApplet |
Base class for swing applets. |
ComponentDialog |
This class is a modal dialog box that contains an arbitrary component. |
GraphicalMessageHandler |
This is a message handler that reports errors in a graphical dialog box. |
GUIStringUtilities |
A collection of utilities for manipulating strings. |
JTextAreaExec |
Execute commands in a subprocess and display them in a JTextArea. |
MessageHandler |
This is a class that is used to report errors. |
Query |
Create a query with various types of entry boxes and controls. |
StatusBar |
A status bar with a message and a progress bar, for putting at the
bottom of application windows. |
SwingWorker |
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread. |
Top |
This is a top-level window with a menubar and status bar. |