InternalFrameControls

class InternalFrameControls(val closable: Boolean = false, val resizable: Boolean = false, val maximizable: Boolean = false, val iconifiable: Boolean = false)

Which window controls an internal frame shows. Every control defaults to off, matching a freshly constructed JInternalFrame.

See also

Constructors

Link copied to clipboard
constructor(closable: Boolean = false, resizable: Boolean = false, maximizable: Boolean = false, iconifiable: Boolean = false)

Properties

Link copied to clipboard

whether the frame can be closed by a user action

Link copied to clipboard

whether the frame can be iconified

Link copied to clipboard

whether the frame can be maximized

Link copied to clipboard

whether the frame can be resized