How do I force JScrollPane to only scroll vertical?

Marcos Roriz Junior picture Marcos Roriz Junior · Jan 24, 2011 · Viewed 14.7k times · Source

Guys, I need to put some buttons in a jscrollpanel, but the JScrollPane won't create a scroll vertically. I'm using a JPanel inside the JScrollPane which is using the simple FlowLayout layout. How can I make the JScrollPanel to scroll only in the vertical??

Problem:

enter image description here

Desired Solution: enter image description here

Answer

camickr picture camickr · Jan 24, 2011

Check out the Wrap Layout