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

You can't veto a close action on a JInternalFrame

XMLWordPrintable

    • swing0.8
    • x86
    • windows_nt
    • Verified



      Name: rm29839 Date: 12/01/97


      I have been working with JInternalFrame and still haven't found the method to stop/ignore a click on the 'closed' icon provided.

      In the code I would set JInternal frame to be closable. This brings up the closed icon. When I click on it, the InternalFrame closes.
      However, I want to be able to treat it like a Frame with a window closing event. While running, if the 'closed icon' is clicked,
       I want to bring up a dialog box to inqure if the user really wants to close the window or accidently hit it by mistake.
      If the return message is no, then the Internal Frame will not close and disappear but remain in it's exact location.

      Is there a way to access the button click event on that icon? From a little research, the icons are actually buttons, so how do
      I access them? If I'm not mistaked, they are private methods.

      A workaround would be appreciated. Thank You
      (Review ID: 21046)
      ======================================================================
      There are some people that believe this bug still exists. Their comments
      can be found at the following url within the JDC:
      http://developer.java.sun.com/developer/bugParade/bugs/4096227.html

      The following are the comments that currently there:


                                          Tue Sep 01 06:50:19 PDT 1998
                                          This bug comes back with swing1.1beta2 + jdk1.1.6
                                          The setDefaultCloseOperation with
                                          DO_NOTHING_ON_CLOSE has no effects and
                                          Window_CLOSING is never fired

                                          Wed Sep 02 22:16:50 PDT 1998
                                          This bug is neither fixed nor should it be closed.
                                          Why is it these bugs are so easily closed without
                                          actually being resolved?

                                          Wed Sep 23 13:11:26 PDT 1998
                                          I've also observed that the setDefaultCloseOperation with
                                          DO_NOTHING_ON_CLOSE is ignored when using swing 1.1
                                          beta 2.

                                          Wed Oct 21 09:24:19 PDT 1998
                                          What a joke!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                                          Nothing fixed!!!!!!!!!!!!!!!!!!!!!!!!!!!
                                          With jdk117 and swing1.1beta3, setDefaultCloseOperation with
                                          DO_NOTHING_ON_CLOSE
                                          doesn't works. You can test it with the swingset demo.

                                          Thu Jan 28 08:30:58 PST 1999
                                          The bug is still in JDK 1.2 release --
                                          setDefaultCloseOperation(DO_NOTHING_ON_CLOSE) has no
                                          effect.The added logic in [JInternalFrame.java]
                                          fireInternalFrameEvent that calls doDefaultCloseAction() does
                                          no good in any case, because setClosed() unconditionally (unless
                                          you veto the vetoable change) fires IS_CLOSED_PROPERTY
                                          property change event that in turn closes the frame. In my opinion
                                          the InternalFrameListener interface is designed very consistently,
                                          but implemented poorely and incorrectly.
      sheri.good@Eng 1999-03-25

            tballsunw Tom Ball (Inactive)
            rmandelsunw Ronan Mandel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: