dynamic jtable

futi <[email protected]> Thu, 23 Aug 2007 02:14:44 -0700 (PDT)
Newsgroups gmane.comp.java.netbeans.user-interface
Message-ID <[email protected]>
hi everyone. When i need to jTable, i will create it. I can set its number of
columns and rows, from right click of jTable and click properties. It is
okey.

But i want to create jTable, with dynamic number of rows. For example, I am
getting data mysql server. Number of results sometimes 5, sometimes 10, It
is variety. If i can create jTable with 5 rows, when I gettin 10 rows from
mysql server, there is a crash! 

For example, "int k=5;" I need to create jTable with 5 rows. What can I do?
Thanks
-- 
View this message in context: http://www.nabble.com/dynamic-jtable-tf4316301.html#a12290100
Sent from the Netbeans - UI mailing list archive at Nabble.com.