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

List and Details buttons does not work in JFileChooser component.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.3.0
    • client-libs



      Name: iaR10016 Date: 05/20/2000



      JDK version:
      java version "1.3.0beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b05)
      Classic VM (build 1.3.0beta-b05, green threads, nojit)

      The following test creates and shows JFileChooser component.

      Clicking on the buttons List and Details (two right buttons in the upper panel) in JFileChooser
      component has no effect.

      This bug appears in Linux 1.3 JDK and in Solaris 1.3 JDK.

      --------------------test.java---------------------------------------------

      import javax.swing.*;

      public class test {
       public static void main(String[] args) {
           JFileChooser fc = new JFileChooser();
           fc.showOpenDialog(new JFrame());
        }
      }

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

            jeff Jeff Dinkins
            irasunw Ira Ira (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: