All Packages Class Hierarchy This Package Previous Next Index
Class tropo.applet.TRAnotherLoaderApplet
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----tropo.applet.TRAnotherLoaderApplet
- public class TRAnotherLoaderApplet
- extends Applet
- implements Runnable
Load and show progress.
-
TRAnotherLoaderApplet()
-
-
add(Component, int, int)
-
-
add(Component, int, int, int, int)
- Convience function to make it easier to work with the
gridbaglayout
-
addH(Component, int, int, int, int)
-
-
run()
-
-
start()
-
TRAnotherLoaderApplet
public TRAnotherLoaderApplet()
add
public void add(Component c,
int x,
int y)
add
public void add(Component c,
int x,
int y,
int w,
int h)
- Convience function to make it easier to work with the
gridbaglayout
- Parameters:
- c - the component to add
- x - the X position in the grid
- y - the Y position in the grid
- w - the width of the component
- h - the height of the component
addH
public void addH(Component c,
int x,
int y,
int w,
int h)
start
public void start()
- Overrides:
- start in class Applet
run
public void run()
All Packages Class Hierarchy This Package Previous Next Index