Board index » jbuilder » JMenuItem

JMenuItem


2004-01-19 04:16:48 PM
jbuilder19
Hi was wondering if there is some menuitemrenderen so i can change the look
of the menuitem
greetings
 
 

Re:JMenuItem

hi,
How to do set hot key for JMenuItem.
such as : MenuItem Caption set &File in other IDE.
 

Re:JMenuItem

arong wrote:
Quote
hi,

How to do set hot key for JMenuItem.

such as : MenuItem Caption set &File in other IDE.



There are 2 different types of hot-key activation for menus. One is
call an "Accelerator" and one is call an "Mnemonic". You should look up
the javadocs on setAccelerator and setMnemonic. You are probably
looking for setMnemonic.
You should really look up the Java Swing Tutorial on java.sun.com
for questions like this.
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
www.google.ca/advanced_group_search
Other Newsgroup Searches:
www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
www.visi.com/~gyles19/fom-serve/cache/1.html
 

{smallsort}