摘要: package MyDate; public class MyDate{ private int year,month,day; private static int thisYear; static { thisYear=2012; } public MyDate(int year,int mon 阅读全文
posted @ 2017-06-13 13:22 jsjljq 阅读(294) 评论(0) 推荐(0)
摘要: public class LoginFrame extends Frame{ public LoginFrame() { super("计算器"); this.setSize(200,300); this.setLocation(300,240); this.setBackground(Color. 阅读全文
posted @ 2017-06-13 13:12 jsjljq 阅读(122) 评论(0) 推荐(0)