摘要: public class Demo extends JFrame{ public Demo() { // TODO Auto-generated constructor stub setBounds(100,100,500,350); setDefaultCloseOperation(EXIT_ON_CLOSE); Container contai... 阅读全文
posted @ 2019-03-21 11:24 小小超plus 阅读(2739) 评论(0) 推荐(0)
摘要: public class Filetest { public static void main(String[] args) { // TODO Auto-generated method stub File file = new File("word.txt"); try { FileOutputStream o... 阅读全文
posted @ 2019-03-21 11:02 小小超plus 阅读(172) 评论(0) 推荐(0)