Class Summary |
BlackLabel |
JLabel with black characters |
ColorRadioButton |
JRadioButton with background and foreground. |
EmptyLabel |
Color Empty JLabel |
EntryLayout |
A simple layout manager, for Entry areas like the following. |
EntryPanel |
Color JPanel with javacook EntryFlow |
JxFileChooser |
Extends JFileChooser by implementing a FileFilter
selecting files ending with a given suffix, eg .xml . |
JxFrame |
Extends JFrame by implementing a WindowAdapter to ensure that
closing the window quits the application. |
JxMenu |
Extends JMenu by adding two constructor for dealing with
arrays of JMenuItems or Actions. |
MyCellRenderer |
|
PanelGrid |
|
PanelLeft |
Color JPanel LeftFlow |
Panelx2 |
Color JPanel with two components. |
Panelx2Left |
Color JPanel LeftFlow x2 components |
Panelx2Right |
Color JPanel RightFlow with two components. |
Panelx2Vertical |
Color JPanel with two components. |
Panelx3 |
Color JPanel with two components. |
Panelx3Right |
Color JPanel with two components. |
Panelx3Vertical |
Color JPanel with three vertical components. |
Panelx4 |
Color JPanel with two components. |
Panelx5 |
Color JPanel with two components. |
RowSetModel |
|
SmallPanelx2Vertical |
Color JPanel with two components. |
SwingWorker |
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread. |