-
internalStandalone
boolean internalStandalone
Is this interface started from another interface or for itself?
-
type
java.lang.String type
The windows type.
-
parent
javax.swing.JFrame parent
The parent window, from which this interfaces was created.
-
rand
java.util.Random rand
A random number generator.
-
body
javax.swing.JPanel body
The main JPanel
.
-
timer
javax.swing.Timer timer
The repaint Timer
.
-
windowWidth
int windowWidth
The width of the user interface.
-
windowHeight
int windowHeight
The height of the user interface.
-
refreshInterval
int refreshInterval
Refresh interval in milliseconds.
-
settingsCommon
java.util.Map<K,V> settingsCommon
The common settings, loaded from the general user interface configuration file.
-
settingsFrame
java.util.Map<K,V> settingsFrame
The frame settings, loaded from the frame dependent configuration file.