ERServer
Class ERServer
java.lang.Object
|
+--ERServer.ERServer
- public class ERServer
- extends java.lang.Object
Launches the ERServer program and initalises the GUI.
The database is also initialised. Additionally the log system
is prepared. Logging is done with log4j
, more info
is available from
www.log4j.org.
- Version:
- 0.7 1 November 2000
- Author:
- Jason Kitcat
Constructor Summary |
protected |
ERServer()
|
Method Summary |
protected static void |
main(java.lang.String[] args)
|
protected static void |
showSplash(int duration)
A simple little method, adatped from O'Reilly's 'Java Swing', to
show a title screen in the centre of the screen for a certain time. |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
frame
protected static ERFrame1 frame
frame2
protected static ERFrame2 frame2
serv
protected static TCPServer serv
NORM
protected static ERServer.Category NORM
DEV
protected static ERServer.Category DEV
ERServer
protected ERServer()
main
protected static void main(java.lang.String[] args)
showSplash
protected static void showSplash(int duration)
- A simple little method, adatped from O'Reilly's 'Java Swing', to
show a title screen in the centre of the screen for a certain time.
- Parameters:
duration
- The time to show the screen for