public class WindowPrefs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
KEY |
private java.util.prefs.Preferences |
pref |
Constructor and Description |
---|
WindowPrefs(java.lang.Class className) |
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getBounds() |
int |
getDividerLocation() |
int |
getExtendedState() |
void |
setBounds(java.awt.Rectangle rect) |
void |
setDividerLocation(int divider) |
void |
setExtendedState(int extendedState) |
private static final java.lang.String KEY
private final java.util.prefs.Preferences pref
public void setBounds(java.awt.Rectangle rect)
public java.awt.Rectangle getBounds()
public void setDividerLocation(int divider)
public int getDividerLocation()
public void setExtendedState(int extendedState)
public int getExtendedState()