In this section, we have only seen a glimpse of what is
available in the Swing API.
You may also want to look at:
-
JTextArea
and
JScrollPane
which enable you to set up a scrollable multi-line area of
text;
-
Box which enables you to group GUI components
together;
-
JDialog which enables you to display a dialog box
forcing the user to respond to a question;
-
JDesktopPane
and
JInternalFrame
which enable you to create windows inside a parent window;
-
JMenuBar,
JMenu
and
JMenuItem
which enable you to add a menu system to a window.