public class GUIPrefs
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
height
Specifies the starting window height, in pixels.
|
java.util.Map |
lookAndFeelMapping
Specifies the OS Look and Feels mappings.
|
java.util.Map |
lookAndFeelParams
Specifies the OS Look and Feels optionnal parameters.
|
java.util.Map |
modifier
Specifies the modifier.
|
boolean |
resizable
Specifies wether the window will be resizable.
|
(package private) static long |
serialVersionUID |
int |
width
Specifies the starting window width, in pixels.
|
Constructor and Description |
---|
GUIPrefs() |
static final long serialVersionUID
public boolean resizable
public int width
public int height
public java.util.Map lookAndFeelMapping
public java.util.Map lookAndFeelParams
public java.util.Map modifier