Class startLor
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----startLor
- public class startLor
- extends Applet
-
b1
-
-
l1
-
-
showing
-
-
startLor()
-
-
action(Event, Object)
-
-
hideWindow()
-
-
init()
-
-
showWindow()
-
showing
public boolean showing
l1
public Label l1
b1
public Button b1
startLor
public startLor()
init
public void init()
- Overrides:
- init in class Applet
showWindow
public void showWindow()
hideWindow
public void hideWindow()
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component