Re: need help, Problem in JScrollPane
You set the layout of the JPanel within the JScrollPane to null which may be part of the problem. I'd recommend first setting up the panel with an appropriate layout (a combination of BoxLayouts with verticals and horizontals would work), all the while setting the preferred size (and maximums/minimums if necessary) of each component so it can let the JScrollPane know if it needs to scroll
|