Customizing a JInternalFrame Look and Feel : JInternalFrame « Swing « Java Tutorial






Property StringObject Type
InternalFrame.actionMapActionMap
InternalFrame.activeBorderColorColor
InternalFrame.activeTitleBackgroundColor
InternalFrame.activeTitleForegroundColor
InternalFrame.activeTitleGradientList
InternalFrame.borderBorder
InternalFrame.borderColorColor
InternalFrame.borderDarkShadowColor
InternalFrame.borderHighlightColor
InternalFrame.borderLightColor
InternalFrame.borderShadowColor
InternalFrame.borderWidthInteger
InternalFrame.closeButtonToolTipString
InternalFrame.closeIconIcon
InternalFrame.closeSoundString
InternalFrame.iconIcon
InternalFrame.iconButtonToolTipString
InternalFrame.iconifyIconIcon
InternalFrame.inactiveBorderColorColor
InternalFrame.inactiveTitleBackgroundColor
InternalFrame.inactiveTitleForegroundColor
InternalFrame.inactiveTitleGradientList
InternalFrame.layoutTitlePaneAtOriginBoolean
InternalFrame.maxButtonToolTipString
InternalFrame.maximizeIconIcon
InternalFrame.maximizeSoundString
InternalFrame.minimizeIconIcon
InternalFrame.minimizeIconBackgroundColor
InternalFrame.minimizeSoundString
InternalFrame.optionDialogBorderBorder
InternalFrame.paletteBorderBorder
InternalFrame.paletteCloseIconIcon
InternalFrame.paletteTitleHeightInteger
InternalFrame.resizeIconHighlightColor
InternalFrame.resizeIconShadowColor
InternalFrame.restoreButtonToolTipString
InternalFrame.restoreDownSoundString
InternalFrame.restoreUpSoundString
InternalFrame.titleButtonHeightInteger
InternalFrame.titleButtonWidthInteger
InternalFrame.titleFontFont
InternalFrame.titlePaneHeightInteger
InternalFrame.useTaskBarBoolean
InternalFrame.windowBindingsObject[ ]
InternalFrameTitlePane.closeButtonAccessibleNameString
InternalFrameTitlePane.closeButtonTextString
InternalFrameTitlePane.closeIconIcon
InternalFrameTitlePane.iconifyButtonAccessibleNameString
InternalFrameTitlePane.iconifyIconIcon
InternalFrameTitlePane.maximizeButtonAccessibleNameString
InternalFrameTitlePane.maximizeButtonTextString
InternalFrameTitlePane.maximizeIconIcon
InternalFrameTitlePane.minimizeButtonTextString
InternalFrameTitlePane.minimizeIconIcon
InternalFrameTitlePane.moveButtonTextString
InternalFrameTitlePane.restoreButtonTextString
InternalFrameTitlePane.sizeButtonTextString
InternalFrameTitlePane.titlePaneLayoutLayoutManager
InternalFrameTitlePaneUIString
InternalFrameUIString










14.53.JInternalFrame
14.53.1.Rules of Using Internal Frames
14.53.2.JInternalFrame style: Not Resizable, Not Closable, Not Maximizable, Not IconifiableJInternalFrame style: Not Resizable, Not Closable, Not Maximizable, Not Iconifiable
14.53.3.DragMode: JDesktopPane.OUTLINE_DRAG_MODEDragMode: JDesktopPane.OUTLINE_DRAG_MODE
14.53.4.JInternalFrame: JInternalFrame.isPaletteJInternalFrame: JInternalFrame.isPalette
14.53.5.Listening to InternalFrameListenerListening to InternalFrameListener
14.53.6.JInternalFrame Property Constants
14.53.7.Demonstrating the use of the constants within a PropertyChangeListener.Demonstrating the use of the constants within a PropertyChangeListener.
14.53.8.Customizing a JInternalFrame Look and Feel
14.53.9.Customizing JInternalFrame.DesktopIcon Look and Feel