Dear All,
I have registered a keyboard action (ctrl+Tab key) to the
JTabbedPane instance in my program for " Shifting TabbedPane Tabs " . But
its not working. If i register with ( Ctrl + any other key ) it working
fine.
MY CODE:
sm_tabpaneGUI.registerKeyboardAction(rightAction,
KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_TAB,
java.awt.Event.CTRL_MASK),
JComponent.WHEN_FOCUSED);
where rightAction is an ActionListener object reference which
performs the necessary functionality.
Any workaround would be appreciated.
wkr,
Srinivasan Samivelu
Software Development Engineer
BarcoNet Private Limited.
Mailto:[EMAIL PROTECTED]
http://www.barconet.com
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing