components in tabs

Hi,I'd like to create a GUI that consist of two tabs. JTabbedPane allows only one component in a tab as far as I know. Is it possible to somehow create tabs that contain several components each?Thanks in advance.
[234 byte] By [cama_m42a] at [2007-11-27 2:03:43]
# 1
Just add a JPanel to that tab and add all your other components to the JPanel with a layout manager. If you need more help... make a SSCCE for us to look at..and we'll help you figure out what you're doing wrong.-Js
JSnakea at 2007-7-12 1:46:24 > top of Java-index,Desktop,Core GUI APIs...
# 2
I knew it had to be as simple as that :)Thanks
cama_m42a at 2007-7-12 1:46:24 > top of Java-index,Desktop,Core GUI APIs...
# 3
dukes?-Js
JSnakea at 2007-7-12 1:46:24 > top of Java-index,Desktop,Core GUI APIs...