public class GUIPrefs extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
GUIPrefs.LookAndFeel |
| Modifier and Type | Field and Description |
|---|---|
int |
height
Specifies the starting window height, in pixels.
|
Map<String,GUIPrefs.LookAndFeel> |
lookAndFeelMapping
Specifies the OS Look and Feels mappings.
|
Map<String,String> |
modifier
Specifies the modifier.
|
boolean |
resizable
Specifies wether the window will be resizable.
|
int |
width
Specifies the starting window width, in pixels.
|
| Constructor and Description |
|---|
GUIPrefs() |
public boolean resizable
public int width
public int height
public Map<String,GUIPrefs.LookAndFeel> lookAndFeelMapping
Copyright © 2001–2025. All rights reserved.