Results 1 to 2 of 2
- 07-28-2012, 08:05 PM #1
Member
- Join Date
- Feb 2012
- Posts
- 26
- Rep Power
- 0
How to find out if a JCheckBox had been unselected after being selected
Hi
My application has a number of checkboxes.
Of course, there are implications when checkboxes are ticked. Therefore, I need a way of finding out when a checkbox gets ticked and then unticked in order to undo the functionality that was triggered by ticking it.
I know that if a checkBox's .isSelected() method returns false, that means it is not selected. However, I need to know if it has been unselected after being selected.
Any help would be appreciated.
Thank you
- 07-28-2012, 08:53 PM #2
Similar Threads
-
Cannot find isSelected() method for JCheckBox
By coderz in forum New To JavaReplies: 1Last Post: 06-19-2012, 11:19 AM -
unselected item from selected list
By prasathbala in forum NetBeansReplies: 0Last Post: 01-10-2012, 05:41 AM -
JCheckBox
By bczm8703 in forum JDBCReplies: 1Last Post: 10-23-2011, 05:30 PM -
How to get values for unselected checkbox values
By sarath13 in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 01-07-2011, 08:54 AM -
Gui Blocked after selected a Jcheckbox
By simplo in forum AWT / SwingReplies: 2Last Post: 09-03-2010, 10:04 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks