tags:

views:

29

answers:

1

Hello all,

How can I implement the functionality of being able to resize a JTable by dragging a corner by mouse (to see more rows during a single view) which is embedded in a JScrollPane? Is their any other easy alternative way? Thanks a lot.

+1  A: 

Add the JScrollPane to the ComponentResizer class.

camickr