Test program for LabelText class.
STATUS: NOT WORKING!!
author
Ian Darwin, ian@darwinsys.com
version
$Id: LabelTextTest.java,v 1.1 2002/01/29 15:56:39 ian Exp $
Fields Summary
Constructors Summary
public LabelTextTest()
Construct the object including its GUI
super();
JComponent foo;
add(foo = new LabelText("Hello, and welcome to the world of Java"));
foo.setFont(new Font("helvetica", Font.BOLD, 24));
add(foo = new LabelText("Exit"));
foo.setForeground(Color.red);