de.mud.jta
Class SmallApplet
- Runnable
public class SmallApplet
extends java.applet.Applet
implements Runnable
Small Telnet Applet implementation
Maintainer: Matthias L. Jugel
$Id: SmallApplet.java 499 2005-09-29 08:24:54Z leo $- Matthias L. Jugel, Marcus Mei???ner
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)
|
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)