Class Background
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----Background
- public class Background
- extends Applet
-
Background(Image[], int, int, int, int, int, int)
-
-
bgcolor()
-
-
messageBox(Graphics, String, int, int, int, int, Color)
-
-
pause(long)
-
-
setBackground(Graphics, int, int, int, int)
-
Background
public Background(Image obj[],
int anz_obj,
int w,
int h,
int xdis,
int ydis,
int thick)
bgcolor
public Color bgcolor()
messageBox
public void messageBox(Graphics g,
String text,
int x,
int y,
int w,
int h,
Color color)
setBackground
public void setBackground(Graphics g,
int direction,
int bground,
int cross,
int ballsize)
pause
protected void pause(long len)