JCheckBox

How to check whether the JCheckBox component is checked or not when clicking on a button ie during the buttonpressed event firedMessage was edited by: ShinuMessage was edited by: Shinu
[219 byte] By [Shinua] at [2007-10-3 9:42:27]
# 1
write following code in actionPerformedof button //return true if selected otherwise falseCheckBox.isSelected();Message was edited by: Prashant_SDN
Prashant_SDNa at 2007-7-15 4:58:38 > top of Java-index,Desktop,Core GUI APIs...