Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / November 2005

Tip: Looking for answers? Try searching our database.

menonic without alt key (or similar)

Thread view: 
Chanchal - 28 Nov 2005 05:55 GMT
hi all,

in  a swing application i'm developing, i need to give a feature that,
certain button click event should be fired when a predefined key is
pressed. i can't use mnemonics because it need a "alt+key" combination
rather than a single key presses. please advice..

Chanchal
NullBock - 28 Nov 2005 12:56 GMT
Use the KeyStroke class:

KeyStroke.getKeyStroke(KeyEvent.VK_F1,
java.awt.event.InputEvent.ALT_MASK);

Walter Gildersleeve
Freiburg, Germany

______________________________________________________
http://linkfrog.net
URL Shortening
Free and easy, small and green.
Chanchal - 30 Nov 2005 06:02 GMT
Hi, Thanx for that input. but i'm still slightly confused. can u give
me an exmaple. say i have a JFrame "myFrame" which has a button
"myButton". now i want to fire the actionPerformed of myButton where
"b" is pressed. how'll i write code for that??

thanx again

Chanchal
Roedy Green - 30 Nov 2005 06:20 GMT
>Hi, Thanx for that input. but i'm still slightly confused. can u give
>me an exmaple. say i have a JFrame "myFrame" which has a button
>"myButton". now i want to fire the actionPerformed of myButton where
>"b" is pressed. how'll i write code for that??

see http://mindprod.com/jgloss/event11.html
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.