摘要: 1 import javax.swing.JFileChooser; 2 import org.eclipse.swt.internal.win32.TCHITTESTINFO; 3 4 public class test { 5 6 public static void main(String[] args) { 7 JFileChooser f = ne... 阅读全文
posted @ 2017-07-28 12:04 千彧 阅读(252) 评论(0) 推荐(0) 编辑
摘要: file类可表示文件或文件夹 阅读全文
posted @ 2017-07-28 10:37 千彧 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 实现Serialiable 接口才能进行序列化,标注transient和static的变量会被忽略。 另外 阅读全文
posted @ 2017-07-28 10:10 千彧 阅读(113) 评论(0) 推荐(0) 编辑