JDesktopPane
(because JDesktopPane
has an instance of DesktopManager
which provides window management).
Note: If and how the appearance of internal frames and palettes differ, is look and feel dependent. With some LookAndFeels the title pane of internal palettes will be more narrow and some LookAndFeels will display only the close button for internal palettes.
|
Tip: An alternative to using internal palettes is using a
. Benefits are, that a Mover allows docking the panel and that the appearance of a Mover is not LookAndFeel dependent (which, on the other hand, can also be a disadvantage).
|