Guest_imported
New member
- Jan 1, 1970
- 0
I use the setLabel() method to set a label for a checkbox. In different states, I use it to set text to the checkbox i.e. State 1: checkbox1.setLabel("Hello" State 2: checkbox1.setLabel("Java" I've no problem running the applet with appletviewer and Internet Explorer 5. With Netscape, the second and subsequent labels get printed ovre the previous ones. How do I avoid this problem? Please advise