com.transjam.awt
Class ClientHelper

java.lang.Object
  |
  +--com.transjam.awt.ClientLoginManager
        |
        +--com.transjam.awt.ClientHelper

public class ClientHelper
extends ClientLoginManager

Simplify interface between TransJam client and server. Use Dialog instead of Applet area.

Author:
(C) 1997-2002 Phil Burk, SoftSynth.com, All Rights Reserved

Constructor Summary
ClientHelper()
           
 
Method Summary
 void hideLogin()
           
 void showLogin()
           
 
Methods inherited from class com.transjam.awt.ClientLoginManager
connect, connect, getParentFrame, login, logout
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientHelper

public ClientHelper()
Method Detail

hideLogin

public void hideLogin()
Overrides:
hideLogin in class ClientLoginManager

showLogin

public void showLogin()
Overrides:
showLogin in class ClientLoginManager