Uses of Class
javax.swing.JInternalFrame.JDesktopIcon
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
-
Uses of JInternalFrame.JDesktopIcon in javax.swing
Modifier and TypeFieldDescriptionprotected JInternalFrame.JDesktopIcon
JInternalFrame.desktopIcon
The icon that is displayed when this internal frame is iconified.Modifier and TypeMethodDescriptionJInternalFrame.getDesktopIcon()
Returns theJDesktopIcon
used when thisJInternalFrame
is iconified.Modifier and TypeMethodDescriptionvoid
JInternalFrame.setDesktopIcon
(JInternalFrame.JDesktopIcon d) Sets theJDesktopIcon
associated with thisJInternalFrame
. -
Uses of JInternalFrame.JDesktopIcon in javax.swing.plaf.basic
Modifier and TypeFieldDescriptionprotected JInternalFrame.JDesktopIcon
BasicDesktopIconUI.desktopIcon
The instance ofJInternalFrame.JDesktopIcon
.