Resize JTable in JScrollPane by dragging
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.
Add the JScrollPane to the ComponentResizer class.
精彩评论