| Author |
How to get Table height in run time ?
|
vaibhav agarwal
Greenhorn
Joined: May 06, 2005
Posts: 7
|
|
Hi all I make one Jtable in which data would be very in run time.. i have to find table height for this i am using table.setPreferedSize()..but it gives the static height of table... but i need actual height height which has been changed after filling data.. i wrote one renderer for change the table row height in run time according to data.. so how can i get i actual size of table after runnig the application.... thanks in advance Vaibhav Gupta
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
|
Once the JTable is up and running 'getSize' should return an honest Dimension.
|
 |
 |
|
|
subject: How to get Table height in run time ?
|
|
|