-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.4.1, 1.4.2
-
x86
-
windows_2000, windows_xp
Name: jk109818 Date: 03/17/2003
FULL PRODUCT VERSION :
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02)
Java HotSpot(TM) Client VM (build 1.4.1_02, mixed mode)
FULL OS VERSION :
ver Windows2000 Professional, Simplified Chinese Edition, SP3
EXTRA RELEVANT SYSTEM CONFIGURATION :
Microsoft Pinyin Chinese-Input Method, Ver 3.0
A DESCRIPTION OF THE PROBLEM :
1. run class which "import javax.swing.*";
2. when execute the "system.exit(0)", there pop up a window which is "About MS Chinese-Input Method, Ver 3.0";
3. there is no such bug in J2SDK 1.4.0 version.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. write a class which imports javax.swing.*;
2. show the window;
3. close the window, then the bug appears.
EXPECTED VERSUS ACTUAL BEHAVIOR :
normally, there would not appear such a bug.
an "About" window pops up, which is the "About Microsoft Pinyin Chinese-Input Method, Ver 3.0"
ERROR MESSAGES/STACK TRACES THAT OCCUR :
no error messages
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
import javax.swing.JOptionPane;
public class Test{
public static void main(String args[]){
JOptionPane.showMessageDialog(null, "Test String", "Test String", JOptionPane.INFORMATION_MESSAGE);
System.exit(0);
}
}
---------- END SOURCE ----------
(Review ID: 182714)
======================================================================
- duplicates
-
JDK-4876191 Chinese input method about dialog pops up after calling System.exit()
-
- Closed
-
- relates to
-
JDK-6409505 [XP] S.Chinese Pinyin IM: cmd-line window left non-responsive after JOptionPane is closed
-
- Closed
-