CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Lillian Angel <[EMAIL PROTECTED]> 05/11/25 21:58:39
Modified files:
. : ChangeLog
javax/swing : JFileChooser.java
javax/swing/plaf/metal: MetalFileChooserUI.java
Log message:
2005-11-25 Lillian Angel <[EMAIL PROTECTED]>
* javax/swing/JFileChooser.java:
selectedFiles field should not be initialized.
(getSelectedFiles): Should return empty array, not null.
* javax/swing/plaf/metal/MetalFileChooserUI.java
(MetalFileChooserSelectionListener): Added comment.
(valueChanged): Fixed API documentation.
(SingleClickListener): Likewise.
(SingleClickListener.init): Added field initializations.
(mouseClicked): Implemented.
(editFile): Partially implemented.
(completeEditing): Implemented.
(installUI): Added call to create the action map.
(uninstallUI): Set actionMap to null.
(getActionMap): Implemented.
(createList): Uncommented code.
(removeControlButtons): Implemented.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5731&tr2=1.5732&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JFileChooser.java.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/metal/MetalFileChooserUI.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text