Class JXClient
- java.lang.Object
-
- com.realtime.crossfire.jxclient.main.JXClient
-
public class JXClient extends java.lang.ObjectThis is the entry point for JXClient. Note that this class doesn't do much by itself - most of the work in done in JXCWindow or CrossfireServerConnection.- Since:
- 1.0
- See Also:
JXCWindow,CrossfireServerConnection
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(@NotNull java.lang.String @NotNull [] args)The program entry point.
-