Tabpanel problem (Urgent)
Hallo everybody.
I am now designing an SWING application via JDNC and I am designing a tabpanel with GroupLayout. What I am supposed to do is to add the all tabs into one tab to show them all. I tried to to it via GroupLayout. It added the panels into one tab but it made my all other tabs dissapeared and I am now having only one tab which includes the all other tabbed panels.
For example I have (let's say) 6 panels of 6 different tabs
panel1
panel2
panel3
...
panel6
should I define new objects like
copiedPanel1 = new JPanel(panel1) and add these objects into my other tab or what is the solution?
Can anyone help me?
Your attitude determines your altitude
__________________
Your attitude determines your altitude
|