| java.lang.Object com.izforge.izpack.GUIPrefs
GUIPrefs | public class GUIPrefs implements Serializable(Code) | | This class holds the GUI preferences for an installer.
author: Julien Ponge |
height | public int height(Code) | | Specifies the starting window height, in pixels.
|
lookAndFeelMapping | public Map<String, String> lookAndFeelMapping(Code) | | Specifies the OS Look and Feels mappings.
|
resizable | public boolean resizable(Code) | | Specifies wether the window will be resizable.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
width | public int width(Code) | | Specifies the starting window width, in pixels.
|
|
|