| Author |
JTable problem
|
Jude Fawly
Ranch Hand
Joined: Dec 01, 2004
Posts: 33
|
|
hi, when i use the DefaultTableModel like this: DefaultTableModel df = new DefaultTableModel() i can add rows and columns to the table using addColumn and addRows method. But when i use this class to load my JTable with data from the database, i can not add rows and columns. How can i add rows to the JTable when i use my own class that extends DefaultTableModel to load the JTable with data from the database! thanks.
|
Teach me to die that so I may<br />Rise glorious at the awful day
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
|
|
 |
 |
|
|
subject: JTable problem
|
|
|