Current location: Hot Scripts Forums » Programming Languages » Everything Java » setMnemonic Error


setMnemonic Error

Reply
  #1 (permalink)  
Old 04-26-04, 10:30 AM
Nerddette Nerddette is offline
Newbie Coder
 
Join Date: Apr 2004
Location: Australia
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
setMnemonic Error

Code:
// Construct the Birds menu - - - - - - - - - - - - - - - - - - - - -
        JMenu birdsMenu = new JMenu ("Birds");
        birdsMenu.setMnemonic ('B');
        menuBar.add (birdsMenu);  

        birdsMenu.add (new ListAction ("Birds"));
        birdsMenu.add (new MaintainAction ("Birds", this));
I can't get my Mnemonics to work! This code compiles but the underscore doesn't work when executed.

Thanks.

Nerddette
Reply With Quote
  #2 (permalink)  
Old 04-26-04, 11:21 AM
stdunbar stdunbar is offline
Newbie Coder
 
Join Date: Jan 2004
Location: Superior, CO, USA
Posts: 67
Thanks: 0
Thanked 0 Times in 0 Posts
What O/S and JVM are you using? There appear to be several bugs related to setMnemonic() on Windows based O/S's.



Quote:
Originally Posted by Nerddette
Code:
// Construct the Birds menu - - - - - - - - - - - - - - - - - - - - -
        JMenu birdsMenu = new JMenu ("Birds");
        birdsMenu.setMnemonic ('B');
        menuBar.add (birdsMenu);  

        birdsMenu.add (new ListAction ("Birds"));
        birdsMenu.add (new MaintainAction ("Birds", this));
I can't get my Mnemonics to work! This code compiles but the underscore doesn't work when executed.

Thanks.

Nerddette
Reply With Quote
  #3 (permalink)  
Old 04-26-04, 09:39 PM
Nerddette Nerddette is offline
Newbie Coder
 
Join Date: Apr 2004
Location: Australia
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by stdunbar
What O/S and JVM are you using? There appear to be several bugs related to setMnemonic() on Windows based O/S's.
I am using Windows XP Professional and I think the JVM is 1.4.1_01 (I think that's what you mean?).

Nerddette
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting 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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New to Java: weird main error msg hecresper Everything Java 2 02-10-04 03:03 PM
asp-iis-Server error nsuresh_rasr ASP.NET 3 02-08-04 12:47 AM
parse error... help? kappler0 PHP 2 01-21-04 03:57 AM
[php error] parse error | fatal error xeoHosting PHP 1 01-03-04 08:12 PM
php error plz help darkcarnival PHP 2 11-19-03 08:14 PM


All times are GMT -5. The time now is 06:04 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.