Results 1 to 2 of 2
- 12-18-2008, 07:04 AM #1
Member
- Join Date
- Dec 2008
- Posts
- 2
- Rep Power
- 0
checkBox in Jtable renderining problem
Hi All,
I am using Jtable with checkboxes as groups and subgroups.
My first Row,My first column is a checkbox followed by the groupName
My secondRow,third column will be the checkbox containg all the subgroup values ..it's some thing like
CkeckBox Group1
Checkbox Sub1 1 2 3 4
Checkbox Sub2 2 3 3 3
CheckBOx Group2
Checkbox Sub3 1 2 3 4
Checkbox Sub4 2 3 3 3
when clicking on CkeckBox Group1 all checkboxes under group1 must be checked.i.e. checkBox sub1 and sub2 must be checked..viceversa for deseleceting the checkBoxGroup1.
similarly for checkBox group2 ..
but when I am trying to do the same when clciking on group2 then also subgroups of group1 are selected..
may be this is becoz of renderining problem..
any help?????
- 12-18-2008, 11:39 AM #2
Post a SSCCE : Java Glossary and someone might be able to spot what's wrong.
(Don't post hundreds of lines of irrelevant code)
db
Similar Threads
-
problem in get result than SQL to jtable
By MS_Dark in forum New To JavaReplies: 0Last Post: 12-13-2008, 12:52 PM -
JTABLE problem
By MaximInf in forum AWT / SwingReplies: 4Last Post: 06-21-2008, 10:45 AM -
JTable problem
By robbertds1 in forum AWT / SwingReplies: 1Last Post: 05-20-2008, 06:34 PM -
Jtable duplicates through Hashtable (JTable condition problem) my assignment plz help
By salmanpirzada1 in forum Advanced JavaReplies: 2Last Post: 05-15-2008, 10:15 AM -
Problem with JTable
By Felissa in forum AWT / SwingReplies: 2Last Post: 07-04-2007, 09:25 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks