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.
-
WhiteArea(int, int, int)
- Main cointructor.
-
main(String[])
- Test
-
setText(String)
- Sets the text in the given area and distributes the lines to the different WhiteLables.
WhiteArea
public WhiteArea(int nr,
int x,
int y)
- Main cointructor.
setText
public void setText(String s)
- Sets the text in the given area and distributes the lines to the different WhiteLables.
main
public static void main(String a[])
- Test