CheckBox event

Hi everybody, i need to how i can verify if the checkbox is alredy checked.Does anybody have any suggestion?Thanks a lot
[141 byte] By [tostoa] at [2007-10-2 5:03:24]
# 1
Hi, try this: JCheckBox check = new JCheckBox();boolean selected = check.isSelected();
UBERTI84a at 2007-7-16 1:07:02 > top of Java-index,Desktop,Core GUI APIs...