如何将 InputDialog 输入的信息保存下来
我是一个刚学习JAVA的新手,然后现在想问一下,InputDialog 输入的信息之后那个信息要用什么方法保存下来,使用
FileOutputStream out = new FileOutputStream(file);
out.write();
这个可以实现吗?如果可以请指教!!多谢
[解决办法]
dialog.open();
String path = dialog.getxxx(); // 至于xxx是什么,看API去,多半是getResult