Class Background

java.lang.Object
   |
   +----Background

public class Background
extends Object

Variable Index

 o component
 o size

Constructor Index

 o Background(Component)

Method Index

 o draw(Graphics)
 o getSize()

Variables

 o component
 protected Component component
 o size
 protected Dimension size

Constructors

 o Background
 public Background(Component comp)

Methods

 o getSize
 public Dimension getSize()
 o draw
 public void draw(Graphics g)