jfilechooser选择文件 jFileChooser使用方法?
浏览量:1944
时间:2021-03-15 02:36:02
作者:admin
jFileChooser使用方法?
JFileChooserjFileChooser=newJFileChooser()inti=jFileChooser.showOpenDialog(null)如果(i==jFileChooser.APPROVE选项){//打开文件stringpath=jFileChooser.getSelectedFile文件().getAbsolutePath()字符串名称=jFileChooser.getSelectedFile文件().getName()系统输出打印(“当前文件路径:”路径“n当前文件名:”名称)}否则{系统输出打印(“未选择文件”}
jfilechooser选择文件 jfilechooser的用法 jfilechooser文件过滤
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。