-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.3.0
-
x86
-
linux
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());
}
}
======================================================================
- duplicates
-
JDK-4105173 JFileChooser 'List' selection icon button can't be selected
-
- Closed
-