commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath/javax/swing JOptionPane.java ChangeLo...


From: Roman Kennke
Subject: [commit-cp] classpath/javax/swing JOptionPane.java ChangeLo...
Date: Wed, 26 Jul 2006 13:39:39 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Roman Kennke <rabbit78> 06/07/26 13:39:39

Modified files:
        javax/swing    : JOptionPane.java 
        .              : ChangeLog 
        javax/swing/plaf/basic: BasicOptionPaneUI.java BasicTableUI.java 
                                BasicToolBarUI.java 

Log message:
        2006-07-26  Roman Kennke  <address@hidden>
        
                * javax/swing/JOptionPane.java
                (createDialog): Add property change handler for closing
                the dialog when the value property changes.
                (ValuePropertyHandler): New inner helper class.
                * javax/swing/plaf/basic/BasicOptionPaneUI.java
                (OptionPaneCloseAction): New class.
                (messageForeground): Removed field.
                (messageBorder): Removed field.
                (buttonBorder): Removed field.
                (addIcon): Configure the new label.
                (addMessageComponents): Configure newly created labels.
                (burstStringInto): Likewise.
                (createButtonArea): Install border here.
                (createMessageArea): Install border and foreground here.
                (createSeparator): Added comment and removed
                NotImplementedException.
                (installComponents): Don't install the UI defaults for the
                message and button area here. This is moved to the
                corresponding create* methods. Adjusted comment about
                separator.
                (installDefaults): Removed initialization of removed fields.
                (installKeyboardActions): Implemented.
                (getActionMap): New helper method.
                (createDefaultActions): New helper method.
                (uninstallDefaults): Removed de-initialization of removed 
fields.
                (uninstallKeyboardActions): Implemented.
                (configureLabel): New helper method.
                * javax/swing/plaf/basic/BasicTableUI.java
                (getActionMap): Fixed the UI property names.
                * javax/swing/plaf/basic/BasicToolBarUI.java
                (getActionMap): Fixed the UI property names.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JOptionPane.java?cvsroot=classpath&r1=1.30&r2=1.31
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8228&r2=1.8229
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicOptionPaneUI.java?cvsroot=classpath&r1=1.32&r2=1.33
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableUI.java?cvsroot=classpath&r1=1.56&r2=1.57
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicToolBarUI.java?cvsroot=classpath&r1=1.27&r2=1.28




reply via email to

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