FreeClient
Class FClient
java.lang.Object
|
+--FreeClient.FClient
- public class FClient
- extends java.lang.Object
FClient Class initialises and starts the FreeClient software.
- Version:
- 0.4 31 March 2000
- Author:
- Jason Kitcat
Constructor Summary |
protected |
FClient()
FClient() is the constructor which creates all the Swing frames and
launches the splash screen. |
Method Summary |
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 |
timeOutTime
protected static final long timeOutTime
ercheck
protected static boolean ercheck
carryOn
protected static boolean carryOn
frame
protected static VoteFrame frame
frame2
protected static FCFrame2 frame2
frame3
protected static FCFrame3 frame3
frame4
protected static FCFrame4 frame4
comms
protected static Comms comms
FClient
protected FClient()
- FClient() is the constructor which creates all the Swing frames and
launches the splash screen.
main
public 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