Hello

I just started working with JTabbedPane tabs.
I have been using the index to navigate the pane. Now I add and remove tabs
from the pane so clearly the index navigation is no good.
Does anyone know some code for an easy solution for using the title or something so
a menu can navigate the pane again?

Hello

I just started working with JTabbedPane tabs.
I have been using the index to navigate the pane. Now I add and remove tabs
from the pane so clearly the index navigation is no good.
Does anyone know some code for an easy solution for using the title or something so
a menu can navigate the pane again?

--------------------------------------------------------------------------------
I found this I guess I'll give-er a try and see what happens

indexOfTab
public int indexOfTab(Icon icon)Returns the first tab index with a given icon, or -1 if no tab has this icon.

Parameters:
icon - the icon for the tab
Returns:
the first tab index which matches icon, or -1 if no tab has this icon

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.