Class WhiteArea

Class WhiteArea

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----WhiteArea

public class WhiteArea
extends Panel
An area made up of WhiteLabel:s for many lines of text.

Constructor Index

 o WhiteArea(int, int, int)
Main cointructor.

Method Index

 o main(String[])
Test
 o setText(String)
Sets the text in the given area and distributes the lines to the different WhiteLables.

Constructors

 o WhiteArea
  public WhiteArea(int nr,
                   int x,
                   int y)
Main cointructor.

Methods

 o setText
  public void setText(String s)
Sets the text in the given area and distributes the lines to the different WhiteLables.
 o main
  public static void main(String a[])
Test