|
Interface Summary |
| DialogFactory |
UI factory for a modal or non-modal AWT Dialog with a
predetermined title. |
| FrameFactory |
UI factory for an AWT Frame with a predetermined
title. |
| JComponentFactory |
UI factory for a Swing JComponent. |
| JDialogFactory |
UI factory for a modal or non-modal Swing JDialog
with a predetermined title. |
| JFrameFactory |
UI factory for a Swing JFrame with a predetermined
title. |
| JWindowFactory |
UI factory for a Swing JWindow. |
| PanelFactory |
UI factory for an AWT Panel. |
| WindowFactory |
UI factory for an AWT Window that isn't a Frame
or a Dialog. |