Can I hide the grey TextField border in an applet while still displaying the text?
Created Aug 14, 2001
John Zukowski You can't. You have no control over the display of the AWT components. They use the native widget set (are drawn outside Java).
Created Aug 14, 2001