Class | Description |
---|---|
ConsolePane | |
DocumentOutputStream |
An OutputStream implementation that places it's output in a swing text model
(Document).
|
DocumentWriter |
An Writer implementation that places it's output in a swing text model
(Document).
|
ErrorDialog | |
FixedWidthTextField |
JTextField which always uses a fixed width font, good for having sequences
line up, etc.
|
ItemSelectionDialog |
Dialog for selection of (generic) items.
|
JListX |
Extended functionality JList.
|
LazyBoundedRangeModel |
Model for ScrollBar's which do not fire events while adjusting.
|
ScrollableGridLayout |
LayoutManager which is like a grid, but fixes the sizes of certain rows and
columns to their preferred size.
|
ScrollableViewport |
JViewport that can sync (horizontally or vertically) to scrollbars or other
viewports.
|
Utils |
Some miscellaneous utilities.
|