| Interface | Description |
|---|---|
| Action |
An extended ActionListener for AWT.
|
| Class | Description |
|---|---|
| AbstractAction |
Abstract implementation of an
Action. |
| ActionBar |
A toolbar implementation that creates buttons from a set of
Action. |
| ActionButton |
A utility class that extends
ImageButton to create a button from an
Action. |
| ActionMenu | |
| ActionMenuBar |
A menubar implementation
|
| AWTFileSelector | |
| BevelPanel |
Panel that draws a 3d border around the edge. |
| BorderPanel | |
| FilenameTextField | |
| ImageButton |
An button implementation that can display an image.
|
| ImageCanvas |
Simple component to draw an image.
|
| ImageLabel |
Component that can display some text and an image
|
| ImageTextLabel |
A label that can display both graphics and text, somewhat similar to swings
JLabel.
|
| Messages |
Accesor class for message resources.
|
| MultilineLabel |
Swing component that takes a string, splits it up into lines based on the
newline character and displays each line.
|
| OptionDialog | |
| ProgressBar | |
| SelectList | |
| Separator |
Simple component to draw an etched separator line.
|
| TabbedPanel |
AWT component to provide a tabbed pane similar to Swings JTabbedPane (albeit
somewhat simpler!).
|
| Toaster |
UI component that display toaster style messages.
|
| UIUtil |
Useful UI utilies for AWT.
|
| WrappingLabel |
VWrappingLabel is based on Symantec's class WrappingLabel; however, this
class can format the text vertically, too.
|
General AWT user interface utilities.
Copyright © 2021. All rights reserved.