de.mud.jta

Class SmallApplet

Implemented Interfaces:
Runnable

public class SmallApplet
extends java.applet.Applet
implements Runnable

Small Telnet Applet implementation

Maintainer: Matthias L. Jugel

Version:
$Id: SmallApplet.java 499 2005-09-29 08:24:54Z leo $
Author:
Matthias L. Jugel, Marcus Mei???ner

Method Summary

void
init()
Read all parameters from the applet configuration and do initializations for the plugins and the applet.
void
run()
Continuously read from remote host and display the data on screen.
void
start()
Start the applet.
void
stop()
Stop the applet and disconnect.
void
update(Graphics g)

Method Details

init

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

run

public void run()
Continuously read from remote host and display the data on screen.

start

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

stop

public void stop()
Stop the applet and disconnect.

update

public void update(Graphics g)