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.


Constructor Index

 o TRAnotherLoaderApplet()

Method Index

 o add(Component, int, int)
 o add(Component, int, int, int, int)
Convience function to make it easier to work with the gridbaglayout
 o addH(Component, int, int, int, int)
 o run()
 o start()

Constructors

 o TRAnotherLoaderApplet
 public TRAnotherLoaderApplet()

Methods

 o add
 public void add(Component c,
                 int x,
                 int y)
 o 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
 o addH
 public void addH(Component c,
                  int x,
                  int y,
                  int w,
                  int h)
 o start
 public void start()
Overrides:
start in class Applet
 o run
 public void run()

All Packages  Class Hierarchy  This Package  Previous  Next  Index