wt.manager
Class IncompatibleCodebaseWarning
java.lang.Object
wt.manager.IncompatibleCodebaseWarning
- All Implemented Interfaces:
- Runnable
- public class IncompatibleCodebaseWarning
- extends Object
- implements Runnable
Class that displays a modal dialog warning when the client codebase
and the server codebase appear incompatible.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
RESOURCE
private static String RESOURCE
localVersion
private String localVersion
serverVersion
private String serverVersion
IncompatibleCodebaseWarning
private IncompatibleCodebaseWarning(String local_version,
String server_version)
show
public static void show(String local_version,
String server_version)
- Start a thread to construct and show modal warning dialog.
If caller is not an applet, warning is printed to System.err.
run
public void run()
- Construct and show modal warning dialog.
- Specified by:
run
in interface Runnable
getWarning
private static String getWarning(String local_version,
String server_version)
getTitle
private static String getTitle()