|
his is
just a quick little exercise to demonstrate how to write Java classes
as Beans. Instructions: type some text in the text field
and press the Enter key.
hen the
main applet class, HelloFred, creates
and shows a new FredWin, it sets
the value of the sezLbl with the text that was in the text field.
The method it calls is "FredWin.setSezLbl(string_From_TF)".
|