I have a JFrame, in this JFrame I have a JPanel that I draw on, this Panel can be any size and so I placed it into a JScrollpane to let me scroll when the panel is larger th
Check out the Scrollable interface, this may help with the sizing issues.
Scrollable
These two method maybe helpful:
boolean getScrollableTracksViewportWidth(); boolean getScrollableTracksViewportHeight();