![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: jtabbedpane, swing |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| How to bring next tab up based on some input without having to click it? Hello Friends, I have a small concern. I'm using JTabbedPane with 7 tabs. In the first tab, I'm asking user to login. Once, that's successful, he can proceed to next tab. But the problem is that, he have to click that tab by himself. Is there any method using which the next tab can be brought up automatically. Thanks ... Abdu. |
| |
| ||||
| Hey, I found this don't know if it's what you're after because well I don't know Java. Code: TabbedPane.setSelectedIndex(int index); |
| The Following User Says Thank You to MrPickle For This Useful Post: | ||
HelloWorld (04-18-2008) | ||
![]() |
| Thread Tools | |
| Display Modes | |
| |