classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch Update: #13420


From: Anthony Balkissoon
Subject: [cp-patches] Patch Update: #13420
Date: Wed, 22 Jun 2005 11:11:58 -0400

I committed a slightly different patch than the one I sent here
yesterday and got approval for.  Small bug fix.  Attached is the new
(committed) patch.

2005-06-22  Anthony Balkissoon  <address@hidden>
        * javax/swing/JDialog.java:
        (setDefaultCloseOperation): Removed validity check for 
        operation code.  Validity is handled in processWindowEvent.
        * javax/swing/JFrame.java:
        (setDefaultCloseOperation): Changed error message to be more
        descriptive and similar to reference implementation.
        * javax/swing/JInternalFrame.java:
        (setDefaultCloseOperation): Removed validity check for 
        operation code.
        * javax/swing/plaf/basic/BasicInternalFrameUI.java:
        (InternalFramePropertyListener): Added implementation of
        VetoableChangeListener.
        (InternalFramePropertyListener.vetoableChange): New method.
        (InternalFramePropertyListener.propertyChange): Removed
        check for JInternalFrame.IS_CLOSED_PROPERTY.  This is now
        handled in vetoableChange.
        (getDesktopManager): Added a check for null pointer from 
        JInternalFrame.getDesktopPane().

Attachment: DefaultCloseOperation.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]