JFileChooser显示顶部的目录,就像在Windows中一样

时间:2013-02-18 13:59:59

标签: java swing windows-7 jfilechooser

有没有办法让JFileChooser在对话框顶部显示目录字符串,就像在Windows中一样?我需要它,因为这样,用户可以粘贴他们想要的值,而不是每次都遍历层次结构。

PS:我想尽可能避免使用自定义FileChoosers。

我想要的是什么:

enter image description here

我有什么:

enter image description here

1 个答案:

答案 0 :(得分:0)

最佳解决方案是使用FileChooser中的JavaFX。它具有模拟Windows文件对话框所需的所有功能。

http://docs.oracle.com/javafx/2/api/javafx/stage/FileChooser.html