| Class | Description |
|---|---|
| ClickableMenuItem |
A JMenuItem which accepts a click listener in the constructor.
|
| InvisiblePanel |
An invisible panel with a fixed size.
Can be used to add empty space between components. |
| OverlayPanel |
A panel that captures all mouse and keyboard events and paints a background color.
The background color can be translucent to make the underlying components visible. Intended for use as an overlay/JFrame glass pane. |
| ScrollPaneSizedPanel |
A
JPanel that returns the width of a JScrollPane viewport as its preferred width.Using this panel in a JScrollPane prevents a horizontal scrollbar from appearing when the preferred width of the panel is larger than the width of the viewport. |
| VerticalFileChooser |
A JFileChooser that displays the files in a vertical list instead of a horizontal list.
|