1

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.

shuby_rocks
  • 801
  • 2
  • 11
  • 24

1 Answers1

1

Add the JScrollPane to the ComponentResizer class.

camickr
  • 321,443
  • 19
  • 166
  • 288