add (new TextField ("Empty String", 20)); setFont (new Font ("TimesRoman", Font.ITALIC, 8)); add (new TextField ("Hello World")); setFont (new Font ("Helvetica", Font.BOLD, 18)); add (new TextArea ("Scratch Pad on Ice", 5,20));