I hava a JPanel.
I have a JButton in the JPanel. While this JButton is pressed, a lot of other components apear on the JPanel. The JButton can be pressed several times. So, there are lots of components on the JPanel.
So, JPanel should be scrolled. I put the JPanel inside a JScrollPanell, but it didn't work.
Can anybody help me please?
