Details
-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8
-
generic
-
generic
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
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
- duplicates
-
JDK-8017487 filechooser in Windows-Libraries folder: columns are mixed up
- Resolved