-
propertyChangeListener
java.beans.PropertyChangeListener propertyChangeListener
PropertyChangeListener added to the JRootPane.
-
menuBar
javax.swing.JMenuBar menuBar
JMenuBar, typically renders the system menu items.
-
closeAction
javax.swing.Action closeAction
Action used to close the Window.
-
iconifyAction
javax.swing.Action iconifyAction
Action used to iconify the Frame.
-
restoreAction
javax.swing.Action restoreAction
Action to restore the Frame size.
-
maximizeAction
javax.swing.Action maximizeAction
Action to restore the Frame size.
-
setupAction
javax.swing.Action setupAction
设置action(功能暂未实现!).
-
toggleButton
javax.swing.JButton toggleButton
Button used to maximize or restore the Frame.
-
iconifyButton
javax.swing.JButton iconifyButton
Button used to maximize or restore the Frame.
-
closeButton
javax.swing.JButton closeButton
Button used to maximize or restore the Frame.
-
maximizeIcon
javax.swing.Icon maximizeIcon
Icon used for toggleButton when window is normal size.
-
maximizeIcon_rover
javax.swing.Icon maximizeIcon_rover
-
maximizeIcon_pressed
javax.swing.Icon maximizeIcon_pressed
-
minimizeIcon
javax.swing.Icon minimizeIcon
Icon used for toggleButton when window is maximized.
-
minimizeIcon_rover
javax.swing.Icon minimizeIcon_rover
-
minimizeIcon_pressed
javax.swing.Icon minimizeIcon_pressed
-
setupButton
javax.swing.JButton setupButton
设置按钮(功能暂未实现!).
-
windowListener
java.awt.event.WindowListener windowListener
Listens for changes in the state of the Window listener to update
the state of the widgets.
-
window
java.awt.Window window
Window we're currently in.
-
rootPane
javax.swing.JRootPane rootPane
JRootPane rendering for.
-
buttonsWidth
int buttonsWidth
Room remaining in title for bumps.
-
state
int state
Buffered Frame.state property. As state isn't bound, this is kept
to determine when to avoid updating widgets.
-
rootPaneUI
BERootPaneUI rootPaneUI
MetalRootPaneUI that created us.
-
inactiveBackground
java.awt.Color inactiveBackground
The inactive background.
-
inactiveForeground
java.awt.Color inactiveForeground
The inactive foreground.
-
inactiveShadow
java.awt.Color inactiveShadow
The inactive shadow.
-
activeBackground
java.awt.Color activeBackground
The active background.
-
activeForeground
java.awt.Color activeForeground
The active foreground.
-
activeShadow
java.awt.Color activeShadow
The active shadow.