本文介绍了JFileChooser没有打开默认的Win 7 File Explorer的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用JFileChooser
在WIN 7中打开文件资源管理器,并意识到它打开了旧的UI,但是相同的SWT FileDialog
仅在打开WIN 7文件资源管理器.
I am using JFileChooser
to open the File Explorer in WIN 7 and realized that its opening the old UI , but same SWT FileDialog
is opening the WIN 7 File Explorer only.
有什么具体原因吗?
JFileChooser
:
SWT FileDialog
:
推荐答案
-
对于AWT/Swing,Java 6/7来说,这是不可能的,但是缺少WinXP的某些实现(也许也适用于Vista,从未使用过"middle_Win"版本)
AFAIK this not possible for AWT / Swing, Java 6 / 7 missed that, some implementetion as for WinXP (maybe for Vista too, never used this "middle_Win" version)
有关同一问题的问题,含税测试代码
有一些关于更新到更高版本Java7的建议(目前不存在)
there were some promisses about update to later Java7 (not in present time)
这篇关于JFileChooser没有打开默认的Win 7 File Explorer的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!