com.croftsoft.apps.client
Class ClientConfig
java.lang.Object
com.croftsoft.apps.client.ClientConfig
public final class ClientConfig
- extends Object
Configuration.
Can be modified to be persistent.
- Since:
- 2006-10-30
- Version:
- $Id: ClientConfig.java,v 1.7 2006/12/09 05:24:59 croft Exp $
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientConfig
public ClientConfig()
load
public static ClientConfig load(String[] args)
getBotId
public String getBotId()
getCodeBase
public URL getCodeBase()
getDefaultCodeBaseName
public String getDefaultCodeBaseName()
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()
setBotId
public void setBotId(String botId)
setCodeBase
public void setCodeBase(URL codeBase)
CroftSoft Apps Javadoc (2008-09-28 21:15:07)