First, you should override the paintComponent method rather than the paint method (if that is truly what you've done). Second, set the preferred size of the JPanel you've added to the JScrollPane...