Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Short cut keys are disabled.



I was wondering why often Java apps reject shortcut keys.
If it is bug, everyone supposed to report it.

But I realized it occurs only Japanese enviroment.
So I sent it to bugreporter.
I report it to this mailing list just in case.

------------------------------------------------
Steps to Reproduce:
1. Switch language enviroment of system preferences to Japanese.

2. Input following code and compile.--------

import javax.swing.*;

class JFrameTest1 {
        public static void main(String[] args) {
                JFrame f = new JFrame();
                f.show();
        }
}
------------------------

3. Execute and quit by shortcut(CMD+Q) a number of times.
In 5 to 10 times execution, Application sometime ignore CMD+Q.

Example:
% java JFrameTest1
I could quit.

% java JFrameTest1
I could quit.

% java JFrameTest1
I could quit.

% java JFrameTest1
I could quit.

% java JFrameTest1
I cannot quit by CMD+Q !!!
------------------------------------------------

---------------------------------------------
Seiji Orihara
email@hidden
http://soin.jp

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.