| org.gjt.jclasslib.util |
|
Package documentation
This package contains classes which do not contain application specific logic
and can be considered utility classes to other packages.
|
| Java Source File Name | Type | Comment |
| EmptyIcon.java | Class | Transparent icon with no content. |
| ExtendedJLabel.java | Class | A JLabel that can be underlined, implements Scrollable,
may have a tooltip text equal to its text and exposes a few convenience methods
for setText(). |
| ExtendedTableCellRenderer.java | Class | A TableCellRenderer which is based on an ExtendedJLabel rather than
a JLabel like the javax.swing.table.DefaultTableCellRenderer. |
| GUIHelper.java | Class | Collection of GUI utility methods. |
| ProgressDialog.java | Class | Dialog which displays indeterminate progress. |