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.7 12 April 2001
- Author:
- Jason Kitcat, Rajagopal C.V
Constructor Summary |
protected |
FClient()
FClient() is the constructor which creates all the Swing frames and
launches the splash screen. |
Method Summary |
protected static boolean |
isSafe(java.lang.String input)
checks String input to make sure it only contains safe characters. |
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 |
language
protected static java.lang.String language
country
protected static java.lang.String country
timeOutTime
protected static final long timeOutTime
ercheck
protected static boolean ercheck
carryOn
protected static boolean carryOn
currentLocale
protected static java.util.Locale currentLocale
messages
protected static java.util.ResourceBundle messages
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)
isSafe
protected static boolean isSafe(java.lang.String input)
- checks String input to make sure it only contains safe characters.
It's not pretty but regular expression packages tried all were far
too slow.
[Adapted from dbase one in servers]
- Parameters:
input
- The String to check- Since:
- 1.5