aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JTable problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JTable problem" Watch "JTable problem" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JTable problem
 
Similar Threads
Columns on JTable
JTable
JTable
refreshing a JTable
JTable(!!!)