com.croftsoft.apps.exemplar
Class Config
java.lang.Object
com.croftsoft.apps.exemplar.Config
public final class Config
- extends Object
Exemplar configuration.
Can be modified to be persistent.
- Since:
- 2006-01-03
- Version:
- $Id: Config.java,v 1.10 2006/06/22 13:38:21 croft Exp $
- Author:
- David Wallace Croft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Config
public Config()
load
public static Config load(String[] args)
getBackgroundColor
public Color getBackgroundColor()
getCursor
public Cursor getCursor()
getForegroundColor
public Color getForegroundColor()
getInfo
public String getInfo()
getFont
public Font getFont()
getFrameSize
public Dimension getFrameSize()
getFrameTitle
public String getFrameTitle()
getShutdownConfirmationPrompt
public String getShutdownConfirmationPrompt()
getThreadName
public String getThreadName()
getUpdateRate
public double getUpdateRate()
CroftSoft Apps Javadoc (2006-11-12 23:26:47)