当前位置: 技术问答>java相关
在使用JFileChooser保存文件时的问题
来源: 互联网 发布时间:2015-11-06
本文导语: 使用JFileChooser保存文件时,如果选择了已经存在的文件,怎么才能弹出一个类似“是否重写文件?”之类的提示? | 你到你的jdk目录下,有这个例子,我刚刚还试了一下,正好 under the demo/jfc...
使用JFileChooser保存文件时,如果选择了已经存在的文件,怎么才能弹出一个类似“是否重写文件?”之类的提示?
|
你到你的jdk目录下,有这个例子,我刚刚还试了一下,正好
under the demo/jfc directory in the Java 2 SDK, Standard Edition.
我正正在看源代码
under the demo/jfc directory in the Java 2 SDK, Standard Edition.
我正正在看源代码
|
可以自己写code实现吧。好像不难的。就是如果要写入的文件的文件名已经存在,那么就生成一个Dialog吧。