Package-level declarations
Types
The receiver of a DesktopPane's content, through which a frame floating on that desktop is declared. Each InternalFrame call declares one frame, in call order, and a frame is the only child a desktop takes: anything else composed in the content names no place on the desktop and is refused.
Which window controls an internal frame shows. Every control defaults to off, matching a freshly constructed JInternalFrame.
A state object that can be hoisted to control and observe where one internal frame of a DesktopPane sits, how large it is, and whether it stands on the desktop as its icon or fills the desktop.
The receiver of a LayeredPane's content, through which a child declares the depth layer it sits on.
Functions
The desktop of a multi-document application, realized as a JDesktopPane: the surface the internal frames content declares float on.
A container that stacks its content on integer depth layers rather than laying it out, realized as a JLayeredPane.
Creates an InternalFrameState that is remembered across compositions.