I have to do a 5 minute presentation on a project that I have to implement.
Stupid ol' me chose a project that is way too much for a 5 min presentation.
Also, I procrastinated. The teacher says it's ok but im kind "cheating" by using the Netbeans GUI builder.
I have the layout all done but no functionality.
I have a tabbed view, each with a table.
Lets use jTable1 as my example. This table has 3 columns, one for a name(string), one for a number(object??), and one that has a checkbox in it(boolean).
My question is: I want to check the checkbox in the 3rd column and then update the number column based on how many times I have checked that checkbox.
How can I do this either using the GUI builder or hand coding with events/bindings/connection/or whatever I need?
Now, let me get some things straight:
I am NOT asking anyone to do my assignment for me. I am stuck on this one part and I just need help on this single thing. I know that if answered, this thread will be helpful for somebody searching the net for the answer.
Thanks.