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

java.awt.event.WindowEvent spec should state that WINDOW_CLOSED event may not be delivered under certain circumstances

XMLWordPrintable

    • b115

      Excerpt from java.awt.event.WindowEvent specification:
      WINDOW_CLOSED
      public static final int WINDOW_CLOSED
      The window closed event. This event is delivered after the window has been closed as the result of a call to dispose.

      This event may in fact not be delivered if native screen resources have been released before the call to dispose(), or if native
      screen resources have never been allocated. The spec should be updated to state this.

            serb Sergey Bylokhov
            gaurisha Gauri Sharma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: