de.mud.jta

Class Applet


public class Applet
extends JApplet

JTA - Telnet/SSH for the JAVA(tm) platform: Applet

This is the implementation of whole set of applications. It's modular structure allows to configure the software to act either as a sophisticated terminal emulation and/or, adding the network backend, as telnet implementation. Additional modules provide features like scripting or an improved graphical user interface.

This software is written entirely in Javatm.

This is the Applet implementation for the software. It initializes the system and adds all needed components, such as the telnet backend and the terminal front end.

Maintainer: Matthias L. Jugel

Version:
$Id: Applet.java 499 2005-09-29 08:24:54Z leo $
Author:
Matthias L. Jugel, Marcus Meissner

Method Summary

void
init()
Read all parameters from the applet configuration and do initializations for the plugins and the applet.
void
start()
Start the applet.
void
stop()
Stop the applet and disconnect.

Method Details

init

public void init()
Read all parameters from the applet configuration and do initializations for the plugins and the applet.

start

public void start()
Start the applet. Connect to the remote host.

stop

public void stop()
Stop the applet and disconnect.