Class Background

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----Background

public class Background
extends Applet

Constructor Index

 o Background(Image[], int, int, int, int, int, int)

Method Index

 o bgcolor()
 o messageBox(Graphics, String, int, int, int, int, Color)
 o pause(long)
 o setBackground(Graphics, int, int, int, int)

Constructors

 o Background
  public Background(Image obj[],
                    int anz_obj,
                    int w,
                    int h,
                    int xdis,
                    int ydis,
                    int thick)

Methods

 o bgcolor
  public Color bgcolor()
 o messageBox
  public void messageBox(Graphics g,
                         String text,
                         int x,
                         int y,
                         int w,
                         int h,
                         Color color)
 o setBackground
  public void setBackground(Graphics g,
                            int direction,
                            int bground,
                            int cross,
                            int ballsize)
 o pause
  protected void pause(long len)