05 2017 档案

摘要:import java.awt.*; 1.实现简单的计算器界面 2.用到布局管理器中的一些常用的,如GridLayout,FlowLayoutpublic class LoginFrame extends Frame{ public LoginFrame() { super("计算器"); this 阅读全文
posted @ 2017-05-16 22:00 小兔叽兔叽 阅读(238) 评论(1) 推荐(0)
摘要:package MyDate;public class MyDate{ private int year,month,day; private static int thisYear; static { thisYear=2012; } public MyDate(int year,int mont 阅读全文
posted @ 2017-05-02 17:04 小兔叽兔叽 阅读(229) 评论(1) 推荐(0)