aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Jtabbed pane hiding a tab...? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Jtabbed pane hiding a tab...?" Watch "Jtabbed pane hiding a tab...?" New topic
Author

Jtabbed pane hiding a tab...?

prabhu pandurangan
Ranch Hand

Joined: May 23, 2008
Posts: 118
Dear Members,

I have a tabbed pane, and in that i have 5 tabs, within each tab is a text area, and i have to check the text of the tab and if 'getText()' of tab value is 'null' or 'empty', i have to hide the tab, else i have to display the tab.

For this I have a jtree and on selecting a tree node i will be triggering the values for the tabs, while selecting one node some of the tabs may not have the value and that time it should hide the particular tab and on selecting another tree node it may have the value, that time i have to display the tab.

Please help me in this...

Looking forward for your reply.....


Regards,
Prabhu.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8430

Originally posted by prabhu rangan:
Dear Members,

I have a tabbed pane, and in that i have 5 tabs, within each tab is a text area, and i have to check the text of the tab and if 'getText()' of tab value is 'null' or 'empty', i have to hide the tab, else i have to display the tab.

For this I have a jtree and on selecting a tree node i will be triggering the values for the tabs, while selecting one node some of the tabs may not have the value and that time it should hide the particular tab and on selecting another tree node it may have the value, that time i have to display the tab.

Please help me in this...

Looking forward for your reply.....


Regards,
Prabhu.


Have you looked at the JTabbedPane API? Did you find anything which would help you "add" or "remove" tabs?


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Jtabbed pane hiding a tab...?
 
Similar Threads
TabbedPanere opening major problem
Setting selected node of a rich:tree dynamically
Contents displayed in second tab instead of First tab
Best strategy for handling actions across multiple windows?
Adding button to a tabbed pane