I've two checkboxes in an applet, along with the reset button. User can check either checkbox, and should be able to uncheck(reset everything) the checkbox by clicking Reset button. Eventhough I've code checkbox1.setState(false) and Checkbox2.setState(false), the applet still shows the previously checked mark on the checkbox. How can I refresh the screen???
Please help me.
Thanks.