I am creating a JPanel form which will contain several other JPanels. I want to place this inside a JScrollPane. Then I want to place the JScrollPane into a JTabbedPane as one of the tabs. I’m having a problem though — my JPanel form winds up expanding when placed in the scrollpane even though I have set size, preferredsize, maximumsize, etc.
Share
Is this what you’re trying to do? That’s what i understood from your question. By the way, if your JPanel is expanding, change the size of your frame as well.