Short cut keys are disabled.
Subject : Short cut keys are disabled.
From: Seiji Orihara <email@hidden >
Date: Mon, 27 Sep 2004 22:43:27 +0900
Delivered-to: email@hidden
Delivered-to: email@hidden
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.