摘要: package picture; import javax.swing.JLabel; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; class project ext... 阅读全文
posted @ 2015-04-28 14:05 Leslie-L 阅读(148) 评论(0) 推荐(0)
摘要: package com.example.freethiner;class student{ private int age; private String name; public student(){ this.age=20; this.name="zhangsan"; } public in... 阅读全文
posted @ 2015-04-28 13:26 Leslie-L 阅读(108) 评论(0) 推荐(0)