How to set number of collumns and rows in JTable after JTable object was created?
- From: "wierus" <wierus@xxxxxxxxx>
- Date: 28 Apr 2006 10:47:28 -0700
Hi, i have problem with JTable. I have to reuse JTable object after it
was previously created. I don't know how many rows it must contains at
the moment of creation, so I could not use default constructor
JTable(int col,int row). Is it possible to dynamically set size of the
jtable?
I need this jtable to present data from database querry. It each time
user clicks button "Show records" querry to database is made and
regarding how many rows it returns JTable object should be set to
proper number of rows.
.
- Follow-Ups:
- Prev by Date: Re: sql select question
- Next by Date: Re: How to set number of collumns and rows in JTable after JTable object was created?
- Previous by thread: How to get all tables without schema?
- Next by thread: Re: How to set number of collumns and rows in JTable after JTable object was created?
- Index(es):