JDK-4256289 : JFileChooser.MULTI_SELECTION_ENABLED_CHANGED_PROPERTY value was changed.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.3.0
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • OS: solaris_2.5.1
  • CPU: sparc
  • Submitted: 1999-07-22
  • Updated: 1999-09-17
  • Resolved: 1999-09-17
Related Reports
Relates :  
Description

Name: aaC67449			Date: 07/22/99



JFileChooser.MULTI_SELECTION_ENABLED_CHANGED_PROPERTY field's value was changed
form "fileFilterChanged" to "MultiSelectionEnabledChangedProperty".

This is incompatible change and old value should be restored. 

See example.
------------- example --------------
import javax.swing.JFileChooser;

public class Test {

   public static void main(String argv[]) {

       System.out.println(""
                   +JFileChooser.MULTI_SELECTION_ENABLED_CHANGED_PROPERTY);
  
   }  

}

------------- JDK1.3L output ---------------
Warning: JIT compiler "sunwjit" not found. Will use interpreter.
MultiSelectionEnabledChangedProperty
------------- JDK1.3L output ---------------
fileFilterChanged


======================================================================

Comments
EVALUATION Sorry, but the old value was wrong. This must be changed. jeff.dinkins@Eng 1999-09-17
17-09-1999