All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----sub_arctic.lib.interactor_applet
|
+----sub_arctic.lib.debug_interactor_applet
|
+----PALplate.lib.PermFrame
It contains a mudClient for connection to the PALplate.
It also provides PALplates users with a toolbar from which they can run various applications. Other applets running in the browser can register and remove them. For now, the toolbar consists of images and URLs. If an image is clicked on, then the associated URL is loaded into the app frame. Everything added to the toolbar is stuff the mud told us about right now.
public Thread mudThread
public static MudClient mudClient
public static boolean MudInitialized
public static URL LastApp
public static URL MainScreenURL
public static String FrameName
public appFrame apps
public PermFrame()
public void pre_build_ui()
public void build_ui(base_parent_interactor top)
public String getAppletInfo()
public void processParameters()
Expected (or understood) parameters are
name -- default
------------------------
host -- palweb.pal.xerox.com
port -- 7777
mudAllowed -- true
startapp -- the first file to be loaded in the lower frame (see MainScreenURL)
guestName -- whatever this defaults to in MudClient
guestPassword -- whatever this defaults to in MudClient
public void destroy()
All Packages Class Hierarchy This Package Previous Next Index