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

Default windowClosing should be exit

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P5 P5
    • None
    • 1.1.1
    • client-libs
    • sparc
    • solaris_2.5.1



      Name: sgC58550 Date: 06/27/97


      I think it makes sense that the default windowClosing()
      should be exit(). That will save everyone from having to
      create a special WindowAdapter just to close an application.
      If someone wants a different action, they can overwrite that
      method.

      Please make the code for WindowAdapter as follows:

      public abstract class WindowAdapter implements WindowListener {
          public void windowOpened(WindowEvent e) {}
          public void windowClosing(WindowEvent e) {System.exit(0);}
          public void windowClosed(WindowEvent e) {}
          public void windowIconified(WindowEvent e) {}
          public void windowDeiconified(WindowEvent e) {}
          public void windowActivated(WindowEvent e) {}
          public void windowDeactivated(WindowEvent e) {}
      }
      THank you
      company - PRIOR , email - ###@###.###
      ======================================================================

            ehawkessunw Eric Hawkes (Inactive)
            sgoodsunw Sheri Good (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: