Scott Hague

Greenhorn
+ Follow
since Feb 03, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Scott Hague

I am basically creating a type of register where there is two JTables, the first JTable retrives data from a MYSQL database and the second JTable is just full of rows with a boolean tick box in it so that they can be classed as present or not. I have tryed a few things but so far nothing has worked and i am wondering if its something to do with my code for setting the amount of rows then porting them into JTable2:

Code used for creating the Object[][] in order to put into the JTable:


i am then just customising the code for the JTable model in Netbeans by using




any help on what im doing wrong?
13 years ago