Resize JTable in JScrollPane by dragging

Posted by shuby_rocks on Stack Overflow See other posts from Stack Overflow or by shuby_rocks
Published on 2010-06-15T22:05:14Z Indexed on 2010/06/15 22:32 UTC
Read the original article Hit count: 146

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about jtable