> James
> i even tried as you said but its the same thing. but when i add
> jpanel_area to JScrollPane and then add JScrollPane to the tab,, the
> new tabs are coming but the contents of the last tab only remain..
> remaining tabs are going blank..any suggestion regarding these
I have nested tabs on my frame and here is a sample call I use to add a
new tab.
detailTabbedPane.addTab(TABLABEL_ARININFP, null, new
JScrollPane(buildTabTable(type)),TOOLTIP_ARININFP);

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Nandu - 16 Jan 2006 20:51 GMT
james
it worked for me... thanx for you suggestions
IchBin - 16 Jan 2006 20:52 GMT
>> James
>> i even tried as you said but its the same thing. but when i add
[quoted text clipped - 7 lines]
> detailTabbedPane.addTab(TABLABEL_ARININFP, null, new
> JScrollPane(buildTabTable(type)),TOOLTIP_ARININFP);
Sorry.. I would recommend just step debug thru the code to see what it
is actually doing.

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)