Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > How to make Command button menu shortcut in Java?

How to make Command button menu shortcut in Java?
Thread Tools
Professional Poster
Join Date: Oct 2001
Status: Offline
Reply With Quote
Jul 25, 2004, 03:39 PM
 
I'd like to make menu shortcuts for my Java apps with the Mac command button, but so far the tutorials only show me how to make the Control and Alt (option) button shortcuts. I know Java programs can have command button shortcuts so how do I do it? (I'm using Swing's setAccelerator() method btw, not Apple's stuff).
(Last edited by itistoday; Jul 25, 2004 at 03:46 PM. )
     
Fresh-Faced Recruit
Join Date: Feb 2004
Status: Offline
Reply With Quote
Jul 26, 2004, 01:56 PM
 
Code:
int MENU_MASK = Toolkit.getDefaultToolkit().getMenuShortcutKeyMask(); aMenu.setAccelerator(KeyStroke.getKeyStroke('X', MENU_MASK));
     
Professional Poster
Join Date: Oct 2001
Status: Offline
Reply With Quote
Jul 26, 2004, 09:17 PM
 
Originally posted by bone666:
Code:
int MENU_MASK = Toolkit.getDefaultToolkit().getMenuShortcutKeyMask(); aMenu.setAccelerator(KeyStroke.getKeyStroke('X', MENU_MASK));
Thanks, it works great!
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:05 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2