ggz.ui
Class ClientApp
java.lang.Object
ggz.ui.ClientApp
public class ClientApp
- extends java.lang.Object
Simple main that creates a simulated environment to run the applet in. As
well as command line options, it supports all applet parameters via the
ggz-java.properties file in the current directory or the user's home
directory.
- Author:
- Helg.Bredow
Field Summary |
protected static java.util.Properties |
appletParameters
|
protected static java.util.logging.Logger |
log
|
protected static java.lang.String |
tls
|
protected static java.lang.String |
uri
|
protected static java.lang.String |
xmlin
|
protected static java.lang.String |
xmlout
|
Method Summary |
protected static void |
loadProperties()
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final java.util.logging.Logger log
xmlout
protected static java.lang.String xmlout
xmlin
protected static java.lang.String xmlin
uri
protected static java.lang.String uri
tls
protected static java.lang.String tls
appletParameters
protected static java.util.Properties appletParameters
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Parameters:
args
-
- Throws:
java.lang.Exception
loadProperties
protected static void loadProperties()