Class HotPotato

Implemented Interfaces:
Runnable

public class HotPotato
extends Applet
implements Runnable

See Also:
Oberflaeche, Hilfe

Field Summary

(package private) Hilfe
Hilfefenster
(package private) Oberflaeche
Oberflaechenaufbau
(package private) Font
Textstil
private Thread
thread
ThreadGroup
threadgroup

Method Summary

boolean
action(Event evt, Object arg)
void
init()
void
oeffne_fenster()
void
oeffne_hilfe()
void
paint(Graphics g)
void
run()
void
start()
void
stop()

Field Details

Hilfefenster

(package private)  Hilfe Hilfefenster

Oberflaechenaufbau

(package private)  Oberflaeche Oberflaechenaufbau

Textstil

(package private)  Font Textstil

thread

private Thread thread

threadgroup

public ThreadGroup threadgroup

Method Details

action

public boolean action(Event evt,
                      Object arg)

init

public void init()

oeffne_fenster

public void oeffne_fenster()

oeffne_hilfe

public void oeffne_hilfe()

paint

public void paint(Graphics g)

run

public void run()

start

public void start()

stop

public void stop()