Class mainfddi

Implemented Interfaces:
Runnable

public class mainfddi
extends Applet
implements Runnable

Class mainfddi is the main class for the applet

Field Summary

(package private) Font
Textstil
(package private) Image
im1
(package private) Image
im2
private Thread
th
ThreadGroup
thg

Method Summary

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

Field Details

Textstil

(package private)  Font Textstil

im1

(package private)  Image im1

im2

(package private)  Image im2

th

private Thread th

thg

public ThreadGroup thg

Method Details

action

public boolean action(Event evt,
                      Object arg)

init

public void init()

oeffne_fenster

private void oeffne_fenster()

paint

public void paint(Graphics g)

run

public void run()

show_help

private void show_help()

start

public void start()

stop

public void stop()