ssclient
Class SiGMLSignClient

java.lang.Object
  extended by ssclient.SiGMLSignClient

public class SiGMLSignClient
extends java.lang.Object

Main class for an application which acts as a client for a SiGML animation service, as well as allowing SiGML files on the local system to be browsed and edited.

#### Change Log ####

2006-05-05 - Introduction of "Convert SiGML" checkbox: switching this OFF allows raw SiGML to be loaded into the display window, to be edited there, and to be dispatched to the player. TBD: HNS display for this raw SiGML.

2006-05-04 - Minor adjustments to GUI component sizes, spacing, font-sizes, to improve their appearance on Mac OS X. - Attempt to find a suitable starting directory both on Windows and on Mac OS X.


Field Summary
static java.lang.String DATE
          Date string for current version.
static java.lang.String VERSION
          Current version string.
 
Constructor Summary
SiGMLSignClient()
          Starts the client, targetted on the standard port on the local host.
SiGMLSignClient(java.lang.String srvr)
          Starts the client, targetted on the standard port on the given server.
SiGMLSignClient(java.lang.String srvr, int port)
          Starts the client, targetted on the given port on the given server.
 
Method Summary
static void main(java.lang.String[] args)
          Main method: launches the SiGML Client app; ignores arguments.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Current version string.

See Also:
Constant Field Values

DATE

public static final java.lang.String DATE
Date string for current version.

See Also:
Constant Field Values
Constructor Detail

SiGMLSignClient

public SiGMLSignClient()
Starts the client, targetted on the standard port on the local host.


SiGMLSignClient

public SiGMLSignClient(java.lang.String srvr)
Starts the client, targetted on the standard port on the given server.


SiGMLSignClient

public SiGMLSignClient(java.lang.String srvr,
                       int port)
Starts the client, targetted on the given port on the given server.

Method Detail

main

public static void main(java.lang.String[] args)
Main method: launches the SiGML Client app; ignores arguments.