problem with jtabbedpane in java..
Posted
by
mani
on Stack Overflow
See other posts from Stack Overflow
or by mani
Published on 2011-01-06T02:43:18Z
Indexed on
2011/01/06
2:53 UTC
Read the original article
Hit count: 321
hai,
is it possible to loading of tabs in jtabedpane dyanamically in java..
that means i have frame that consinting of one tabbedpane..
in that i have 10 tabs and in each tab consting of another tabbedpane and in that each tabbedpane has 4 tabs and each tab consisting buttons and textfields......
when i login into my project the next frame takes more time to visible....
this is happens why because i have more tabbedpanes in my frame so that it takes the lot's of time to visible..
my question is..
is it possible to load tabs content dynamically when i click the tab in tabbedpane.....
or is it possible to load tabbedpanes fastly......????????
© Stack Overflow or respective owner