Class | Description |
---|---|
FixedWidthTextField |
JTextField which always uses a fixed width font, good for having sequences
line up, etc.
|
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.
|