Explosion Pills
Explosion Pills

Reputation: 191729

Java JTable Resize Row

Is it possible by default to resize a JTable row in the same way you can resize a column by dragging the mouse at the header? If so, how can you do this?

Upvotes: 2

Views: 1868

Answers (1)

Tiberiu
Tiberiu

Reputation: 548

Here is how you can do it: http://www.jroller.com/santhosh/entry/make_jtable_resiable_better_than

It is more than you need but it is a good starting point if you really need a row header. Otherwise you can use it as it is.

Upvotes: 2

Related Questions