Listener for CheckBoxes in JTable
843805Mar 28 2007 — edited Mar 28 2007Hi,
I have a table that displays a checkbox in one of the fields. Which event handler/ listener should I use? Eg: Checkbox listener, List listener or otherwise?
A change in the checkbox value (tick or untick) will trigger recalculation.
Thanks.