JFileChooser cho=new JFileChooser();
fcho.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
JAVA选择文件夹路径的方法
最新推荐文章于 2023-08-14 20:24:56 发布
JFileChooser cho=new JFileChooser();
fcho.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);