You can use the tab to move between the different parts of the selection, and then use the arrow keys to change the highlighted directory, and then press "Enter" to change the directory to the highlighted one.
(Vista/JDK 1.6), , :
import javax.swing.*;
public class test {
public static void main(String[] args) {
(new JFileChooser("")).showOpenDialog(new JFrame());
System.out.println("OK!");
}
}
JFileChooser, :
- test.java , .
- , - , , , UI, .. , , , , .
- , , - , , JDK, .. .