I have a JInternalFrame. Inside this frame I have a JPanel which is a drawing panel.
It implements the paint() method and draws something within the panel.
I want to add a scrollbar for this JPanel...