com.izforge.izpack
Class GUIPrefs

java.lang.Object
  extended bycom.izforge.izpack.GUIPrefs
All Implemented Interfaces:
java.io.Serializable

public class GUIPrefs
extends java.lang.Object
implements java.io.Serializable

This class holds the GUI preferences for an installer.

Author:
Julien Ponge
See Also:
Serialized Form

Field Summary
 int height
          Specifies the starting window height, in pixels.
 boolean resizable
          Specifies wether the window will be resizable.
 int width
          Specifies the starting window width, in pixels.
 
Constructor Summary
GUIPrefs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resizable

public boolean resizable
Specifies wether the window will be resizable.


width

public int width
Specifies the starting window width, in pixels.


height

public int height
Specifies the starting window height, in pixels.

Constructor Detail

GUIPrefs

public GUIPrefs()