Package com.monica.javacom.window

This package holds classes that are responsible for providing a framework for the classes in the com.monica.javacom.virtualinput and com.monica.javacom.virtualdisplay packages for their functionality.

See:
          Description

Class Summary
MJCAppletWindow Class for implementing the MJCClient v0.1 as an Applet
MJCAWTWindow Class for providing a framwork with AWT methods for the MJCVirtualDisplay and MJCVirtualInput implementing classes.

Configureable values: windowTitle: the window title of the client side
MJCSSHAppletWindow Class for implementing MJCSSHClient v0.2 as an Applet
 

Package com.monica.javacom.window Description

This package holds classes that are responsible for providing a framework for the classes in the com.monica.javacom.virtualinput and com.monica.javacom.virtualdisplay packages for their functionality. Currently there are two ways of providing the above functionality. Either as a standalone application with Frame, or as an Applet.