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

JFileChooser.MULTI_SELECTION_ENABLED_CHANGED_PROPERTY value was changed.

XMLWordPrintable

    • sparc
    • solaris_2.5.1



      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


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

            jeff Jeff Dinkins
            alisunw Ali Ali (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: