| Author |
GUI question about tabbedPane
|
xiao li
Greenhorn
Joined: Apr 09, 2002
Posts: 13
|
|
How can I set a mnemonic key for a tabbedPane? So the user can use ALT+key to tab to the different tabbedPane? Thanks a lot.
|
 |
Col Bell
Greenhorn
Joined: Mar 21, 2002
Posts: 12
|
|
If you're using JDK1.4 you can use public void setDisplayedMnemonicIndexAt(int tabIndex, int mnemonicIndex)
|
Col<br /><a href="http://www.squirrelsql.org" target="_blank" rel="nofollow">http://www.squirrelsql.org</a>
|
 |
 |
|
|
subject: GUI question about tabbedPane
|
|
|