JInternalFrame

GPTKB entity

Statements (52)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:hasConstructor JInternalFrame(String title, boolean resizable, boolean closable, boolean maximizable, boolean iconifiable)
JInternalFrame()
JInternalFrame(String title)
gptkbp:hasEvent InternalFrameEvent
gptkbp:hasListener InternalFrameListener
gptkbp:hasMethod auto show
pack
hide
setMaximum
addInternalFrameListener
dispose
getContentPane
getDesktopPane
moveToBack
moveToFront
removeInternalFrameListener
setClosable
setClosed
setIcon
setIconifiable
setMaximizable
setResizable
setSelected
setTitle
toBack
toFront
gptkbp:hasProperty gptkb:brand
gptkb:title
isSelected
closable
iconifiable
isClosed
isIcon
isMaximum
maximizable
resizable
https://www.w3.org/2000/01/rdf-schema#label JInternalFrame
gptkbp:implementedIn Accessible
WindowConstants
gptkbp:introducedIn gptkb:Java_1.2
gptkbp:partOf javax.swing package
gptkbp:renderingEngine DesktopPane
gptkbp:superclass gptkb:JComponent
gptkbp:supports closing
resizing
maximizing
minimizing
gptkbp:usedFor creating internal frames in a Swing application
gptkbp:usedIn MDI (Multiple Document Interface) applications
gptkbp:bfsParent gptkb:Java_Swing
gptkbp:bfsLayer 7