Changing properties in JTable
Hi
New to Java but with extensive Borland Delphi/C++ experience.
Using NetBeans I've added a form to my project and added a JTable to the form. However I cannot seem to be able to alter the rowCount or the columnCount in a JTable's properties....why is that?
And how do change their values?
[318 byte] By [
mma_dka] at [2007-11-27 11:55:54]

What do you mean? What would those properties do?
The JTable uses a TableModel, and the model has column and row count.
Kaj
kajbja at 2007-7-29 19:04:35 >

in netbeans just right-click on one of the created rows in jtable
not on the empty space in jtable because that would take you to the
properties of jscrollpane(netbeans automatically put jtable on jscrollpane). After doing that just reduce the number of rows and
columns.
> Hi
>
> Thanks again to those of you who responded properly
> to my question. I figured it out how that part works
> with NetBeans
>
Thanks for being an arrogant dolt!