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

JFileChooser mixes up detail columns for Windows Libraries

    XMLWordPrintable

Details

    Description

      A DESCRIPTION OF THE PROBLEM :
      We are using JFileChooser of Swing and when we try to upload any file from inside library the columns details are mixed up. In date size is coming and in file type date is coming. We have checked it and seems like this is the library issue. So can anyone suggest what is the resolution for this

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Issue is coming at select image option -
      Steps1) In Look_In select libraries
      Step2) Inside libraries select pictures
      And issue came up columns are mixed up.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      All columns need to come with inline details, like date came with date.
      ACTUAL -
      In date size is coming and in file type date is coming

      ---------- BEGIN SOURCE ----------
      JFileChooser imageChooser = new JFileChooser();
      imageChooser.setFileSelectionMode(JFileChooser.FILES_ONLY);
      ---------- END SOURCE ----------

      FREQUENCY : always


      Attachments

        Issue Links

          Activity

            People

              pnarayanaswa Praveen Narayanaswamy
              webbuggrp Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: