java涓囧勾鍘嗘嫇灞曟垚鏃ュ織璁颁簨鏈?- 鐧惧害鏂囧簱 联系客服

发布时间 : 星期日 文章java涓囧勾鍘嗘嫇灞曟垚鏃ュ織璁颁簨鏈?- 鐧惧害鏂囧簱更新完毕开始阅读b62f7c460740be1e650e9a76

} }

public int getYear() {

return year; }

public void setYear(int y) { year=y;

notepad.setYear(year); }

public int getMonth()

{

return month; }

public void setMonth(int m) { month=m;

notepad.setMonth(month); }

public int getDay() { return day; }

public void setDay(int d) { day=d;

notepad.setDay(day); }

public Hashtable getHashtable() {

return hashtable; }

public File getFile() { return file;

}

public void mousePressed(MouseEvent e) {

JTextField source=(JTextField)e.getSource(); try{

day=Integer.parseInt(source.getText()); notepad.setDay(day);

notepad.setmessagebar(year,month,day); notepad.设置文本区(null);

notepad.获取日志内容(year,month,day); }

catch(Exception ee)