V
vertigo
Hello
How can i from my code change from one active tab (of JTabbedPane)
to another ?
In constructor i have:
tabbedPane = new JTabbedPane();
tabbedPane.setTabLayoutPolicy(1);
CreatePage1();
tabbedPane.addTab("Page1", page1);
CreatePage2();
tabbedPane.addTab("Page2", page2);
and from menu i want to choose which tab i actually see now.
Thanx
Michal
How can i from my code change from one active tab (of JTabbedPane)
to another ?
In constructor i have:
tabbedPane = new JTabbedPane();
tabbedPane.setTabLayoutPolicy(1);
CreatePage1();
tabbedPane.addTab("Page1", page1);
CreatePage2();
tabbedPane.addTab("Page2", page2);
and from menu i want to choose which tab i actually see now.
Thanx
Michal