Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4833605

Popup window appears when system.exit(0) is executed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 1.4.1, 1.4.2
    • client-libs
    • 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)
      ======================================================================

            naoto Naoto Sato
            jkimsunw Jeffrey Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: