Java程序設(shè)計課程設(shè)計日歷記事本_第1頁
Java程序設(shè)計課程設(shè)計日歷記事本_第2頁
Java程序設(shè)計課程設(shè)計日歷記事本_第3頁
Java程序設(shè)計課程設(shè)計日歷記事本_第4頁
Java程序設(shè)計課程設(shè)計日歷記事本_第5頁
已閱讀5頁,還剩24頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、 本科生課程設(shè)計本科生課程設(shè)計 課程名稱java 程序設(shè)計課程設(shè)計 課程編號j1620011 題目日歷記事本 學(xué)號200811622214 學(xué)生姓名 所在專業(yè)信息管理與信息系統(tǒng) 所在班級信管 1082 指導(dǎo)教師 成績 教師簽字 評語: 課程設(shè)計時間:2010 年 12 月 20 日-2010 年 12 月 24 日 目目 錄錄 摘 要 2 1引 言 2 2. 設(shè)計的目的與任 務(wù) 2 3設(shè)計方 案 3 3.1 總體設(shè) 計 3 3.2 設(shè)計要 求 3 3.3 系統(tǒng)的主要功 能 3 3.4 各個類的組合結(jié)構(gòu) 圖 4 3.5 各個類說 明 4 3.5.1 calendarwindow 類4 3.5.2

2、 calendarmessage 類11 3.5.3 calendarpad 類 13 3.5.4 notepad 類 14 3.5.5 calendarimage 類19 3.5.6 clock 類 20 4各種功能截 圖 24 5. 課程設(shè)計總 結(jié) 26 javajava 程序設(shè)計程序設(shè)計課程設(shè)計課程設(shè)計 日歷記事本日歷記事本 摘 要 本課程設(shè)計通過代碼實現(xiàn)將理論知識和具體實踐相結(jié)合,鞏固提高了對 java 的相 關(guān)方法與概念的理解,使學(xué)生的發(fā)散思維及動手能力進(jìn)一步加強(qiáng),加強(qiáng)對計算機(jī)及軟 件工程的進(jìn)一步了解。 在這個課程設(shè)計中,我們做成了一個有日歷標(biāo)記的記事本軟件,日歷記事本面板 由日歷、

3、記事本、圖片、時鐘四部分組成。日歷部分可以選擇不同的年份、月份、日 期和星期;記事本模塊可以實現(xiàn)查看,保存,刪除日志等操作;并且每一步操作都有 相應(yīng)提示;圖片模塊可以顯示預(yù)設(shè)的圖片;時鐘模塊可以用時鐘來顯示當(dāng)前時間。本 軟件是一個實用性較強(qiáng),簡潔,美觀,方便的功能軟件。 1. 引言 java 是一種純面向?qū)ο蟮?、網(wǎng)絡(luò)編程首選的語言。java 技術(shù)作為軟件開 的一種 革命性技術(shù),已被列為當(dāng)今世界信息技術(shù)的主流之一。為了適應(yīng)時代潮流,我們應(yīng)該 加強(qiáng)對 java 的學(xué)習(xí),更好的掌握這門課程。為此,我們成了一個課程小組,經(jīng)過小組 成的商討之后,我們決定以“日歷記事本”為設(shè) 題材,借此鞏固加深我們對 j

4、ava 的了解。 本次課程設(shè)計的實例雖然比較簡單,程序設(shè)計也不是很復(fù)雜,但在此程序的設(shè)計 過程也是一個學(xué)習(xí)過程,更是對復(fù)雜程序的一個學(xué)習(xí)過程,還能培養(yǎng)我們的數(shù)抽象能 力。因此,我們覺得這次課程設(shè)計是非常有意義的,能為我們今后學(xué)習(xí)面向過程的程 序設(shè)計作一些鋪墊。 2.設(shè)計目的與任務(wù) 本課程設(shè)計所要求達(dá)到的目的和任務(wù):通過 java 程序設(shè)計的一些重要理論基礎(chǔ)來實現(xiàn)“日 歷記事本”的“日歷”和“記事本”的雙重功能。并通過此次課程設(shè)計的訓(xùn)練,使學(xué)生鞏固和 加深對 java 這門課程的理解,通過利用所學(xué)到的計算科學(xué)的理論知識,提高解決實際問題的能 力,增強(qiáng)運算、編程和使用技術(shù)資料的技能,通過實際問題的

5、分析設(shè)計、編程和調(diào)試,掌握應(yīng) 用軟件的分析方法和工程設(shè)計方法,能正確闡述設(shè)計和實驗結(jié)果。通過這次課程設(shè)計,培養(yǎng)實 事求是、認(rèn)真、嚴(yán)謹(jǐn)?shù)目茖W(xué)態(tài)度和刻苦鉆研不斷創(chuàng)新的精神,逐步建立正確的全局觀念。 3.設(shè)計方案 3.1 總體設(shè)計總體設(shè)計 (1)問題定義:)問題定義:創(chuàng)建日歷記事本,實現(xiàn)對某日期的事情進(jìn)行記錄這主要功能,并能 顯示設(shè)置的圖片和時鐘,增加美觀。 (2)問題分析)問題分析:通過對“日歷記事本”這一題材的分析,我需要四個類來實現(xiàn)其 “日歷”和“記事本”這兩大功能。通過主類 calendwindow 創(chuàng)建動日歷記事本軟件的 主窗口,該類含有 main 方法,程序從該類開始執(zhí)行。再用余下 ca

6、lendarpad、calendarmessage 、notepad 類來顯示并改變?nèi)掌诤蛯崿F(xiàn)記事本的功能。 而 calendarimage 和 clock 這兩個類用來顯示圖片和時鐘。 (3)研究意義)研究意義:通過本次課程設(shè)計,我們掌握了 java 語言的基本運用,提高了理論結(jié) 合實際的能力。 3.2 設(shè)計要求設(shè)計要求 (1)界面的左側(cè)是日歷和一幅圖。該日歷可以按年前后翻動,用鼠標(biāo)鼠標(biāo)單擊“上 年”按鈕時,當(dāng)前日歷的年份將減一;當(dāng)鼠標(biāo)左鍵單擊“下年”按鈕,當(dāng)前日歷的年份將 加一。該日歷還可以在某年內(nèi)按月前月后翻動,當(dāng)鼠標(biāo)左鍵單擊“上月”按鈕時,當(dāng)前日 歷的月份將減一;當(dāng)鼠標(biāo)左鍵單擊“下月”

7、 當(dāng)前日歷表的月份將加一。圖片是為了增加 美觀而加進(jìn)去的。 (2)系統(tǒng)界面的右側(cè)是記事本和一個鬧鐘。用鼠標(biāo)單擊日歷上的日期,就可以通過 該記事本編輯有關(guān)日志,并將日志保存到一個文件,該文件的名字由該日期組成的字 符序列命名。用戶可以查看,刪除某個日期的日志,也可以繼續(xù)向某個日志添加新內(nèi) 容。 時鐘能夠?qū)崟r顯示當(dāng)前的時間。 (3)當(dāng)某個日期有日志時,在日歷表該日期的外觀上就會出現(xiàn)“yes”標(biāo)記,表明 這個日期有日志,當(dāng)用戶刪除某個日期的日志后,該日期的外觀上“yes”標(biāo)志就會消 失。 3.3 系統(tǒng)的主要功能 (1)可以對個人日志進(jìn)行添加、查閱、刪除; (2)可以方便地在任何日期記載個人日志以及查

8、看某個日期記載的日志 ; (3)可以顯示當(dāng)前日期與時間。 3.4 各個類的組合結(jié)構(gòu)圖 3.5 各個類說明 (1 1)主函數(shù))主函數(shù) calendarwindowcalendarwindow 類類 該類是整個程序的主框架,是 javax.swing 包中 jframe 的一個子類。并實現(xiàn)了 actionlistener、mouselistener 和 focuslistener 接口。以下是該類的有關(guān)數(shù)據(jù)說明! 1)成員變量 year,month 和 day 是 int 型變量。它們的值分別確定年份、月份和日期。 calendarwindow calendarmessagecalendarima

9、gecalendarpad jtextfield file notepad jtextarea clock calendarmessage 是 calnedarmessage 對象,該對象用來處理與日期有關(guān)的數(shù)據(jù)。 calendarpad 是 calendarpad 對象,該對象可以顯示與日期有關(guān)的數(shù)據(jù)。 notpad 是 notpad 的對象。具有編輯、讀取、保存和刪除日志的功能。 showyear 和 showmonth 是 jtextfield 類創(chuàng)建的文本框,用來顯示年月。 showday 數(shù)組的每個單元是 jtextfield 類創(chuàng)建的用來顯示日期的文本框。 calendarimag

10、e 是 calendarimage 創(chuàng)建的對象,用來顯示圖像。 clock 是 clock 創(chuàng)建的對象,用來顯示時鐘。 nextyear,previousyear,nextmonth 和 previousmonth 是 jbutton 創(chuàng)建的按鈕 對象,名字依次為“下年、上年、下月、上月” 。這些按鈕都將當(dāng)前窗口注冊為自 己的 actionevent 事件監(jiān)視器。 savadailyrecord,deletedailyrecord 和 readdailyrecord 是 jbutton 創(chuàng)建的按 鈕對象,名字依次為“保存日志、刪除日志、讀取日志” 。這些按鈕都將當(dāng)前窗口 注冊為自己的 acti

11、onevent 事件監(jiān)視器。 2)方法 calendarwindow()是構(gòu)造方法,負(fù)責(zé)完成窗口初始化。 actionperformed(actionevent)方法是 calendarwindow 類實現(xiàn)的 actionlistener 接口中的方法。calendarwindow 創(chuàng)建的窗口是 nextyear,previousyear,nextmonth,previousmonth,savedailyrecord,d eletedailyrecord 和 readdailyrecord 按鈕的 actionevent 事件監(jiān)視器,當(dāng)用 戶單擊其中按鈕時,窗口將執(zhí)行 actionperfor

12、med(actionevent)方法進(jìn)行相 應(yīng)的操作。 mousepressed(mouseevent)方法是 calendarwindow 類實現(xiàn)的 mouselistener 接口中的方法。calendarwindow 創(chuàng)建的窗口時 showday 數(shù)組中的 jtextfield 文本框的 mouseevent 事件監(jiān)視器,當(dāng)用戶在某個顯示日期的文本框上按下鼠 標(biāo)左鍵時,窗口將執(zhí)行 mousepress(mouseevent)方法進(jìn)行相應(yīng)操作。 focusgained(focusevent)和 focuslost(focusevent)方法是 calendarwindow 類實現(xiàn)的 foc

13、uslistener 接口中的方法。calendarwindow 創(chuàng) 建窗口是 showday 數(shù)組中的 jtextfield 文本框的 focusevent 事件監(jiān)視器,當(dāng) 用戶的操作導(dǎo)致某個顯示日期的文本框的焦點發(fā)生變化時,窗口將執(zhí)行 focusgained(focusevent)或 focuslost(focusevent)方法進(jìn)行相應(yīng)的操作。 domark()方法負(fù)責(zé)對有日志的日期作出標(biāo)志。 main 方法是程序運行的入口方法。 詳細(xì)代碼:詳細(xì)代碼: import javax.swing.*; import java.awt.*; import java.awt.event.*; im

14、port java.util.*; import java.io.*; public class calendarwindow extends jframe implements actionlistener, mouselistener,focuslistener int year,month,day; calendarmessage calendarmessage; calendarpad calendarpad; notepad notepad; jtextfield showyear,showmonth; jtextfield showday; calendarimage calend

15、arimage; clock clock; jbutton nextyear,previousyear,nextmonth,previousmonth; jbutton savedailyrecord,deletedailyrecord,readdailyrecord; file dir; color backcolor=color.white; public calendarwindow() dir= new file(./dailyrecord); dir.mkdir(); showday = new jtextfield42; for(int i=0;i12) month=1; show

16、month.settext(+month); calendarpad.setcalendarmessage(calendarmessage); calendarpad.showmonthcalendar(); notepad.setshowmessage(year,month,day); domark(); else if (e.getsource()=previousmonth) month-; if(month1) month=12; showmonth.settext(+month); calendarpad.setcalendarmessage(calendarmessage); ca

17、lendarpad.showmonthcalendar(); notepad.setshowmessage(year,month,day); domark(); else if (e.getsource()=showyear) string s = showyear.gettext().trim(); char a = s.tochararray(); boolean boo = false; for(int i = 0;i a.length;i+) if(!(character.isdigit(ai) boo = true; if(boo=true) joptionpane.showmess

18、agedialog(this,你輸入了非法年份,警告!, joptionpane.warning_message); else if(boo=false) year = integer.parseint(s); showyear.settext(+year); calendarmessage.setyear(year); calendarpad.setcalendarmessage(calendarmessage); calendarpad.showmonthcalendar(); notepad.setshowmessage(year,month,day); domark(); else i

19、f (e.getsource()= savedailyrecord) notepad.save(dir,year,month,day); domark(); else if(e.getsource()=deletedailyrecord) notepad.delete(dir,year,month,day); domark(); else if (e.getsource()=readdailyrecord) notepad.read(dir,year,month,day); domark(); public void mousepressed(mouseevent e) jtextfield

20、text = (jtextfield)e.getsource(); string str = text.gettext().trim(); try day = integer.parseint(str); catch (numberformatexception exp) calendarmessage.setday(day); notepad.setshowmessage(year,month,day); public void mousereleased(mouseevent e) public void mouseentered(mouseevent e) public void mou

21、seexited(mouseevent e) public void mouseclicked(mouseevent e) public void focusgained(focusevent e) component com = (component)e.getsource(); com.setbackground(color.pink); public void focuslost(focusevent e) component com = (component)e.getsource(); com.setbackground(backcolor); public void domark(

22、) for(int i=0;ishowday.length;i+) showdayi.removeall(); string str = showdayi.gettext().trim(); try int n = integer.parseint(str); if(ishavedailyrecord(n)=true) jlabel mess = new jlabel(yes); mess.setfont(new font(timesroman,font.plain,11); mess.setforeground(color.blue); showdayi.add(mess); catch (

23、exception exp) calendarpad.repaint(); calendarpad.validate(); public boolean ishavedailyrecord(int n) string key = +year+month+n; string dayfile = dir.list(); boolean boo = false; for(int k = 0;kdayfile.length;k+) if(dayfilek.equals(key+.txt) boo = true; break; return boo; public static void main(st

24、ring args) new calendarwindow(); (2 2)calendarmessagecalendarmessage 類類 calendarmessage 類創(chuàng)建的對象 calendarmessage 是 calendarwindow 窗口的重要成員 對象之一,負(fù)責(zé)處理和日期有關(guān)的數(shù)據(jù)。該類的有關(guān)數(shù)據(jù)說明如下: 1)成員變量 year,month,day 是 int 型數(shù)據(jù),它們的值分別確定年份、月份和日期。 2)方法 setyear(int)和 getyear()方法分別用來設(shè)置 year 和獲取 year 的值。 setmonth(int)和 getmonth()方法分

25、別用來設(shè)置 month 和獲取 month 的值。 setday(int)和 getday()方法分別用來設(shè)置和獲取 day 的值。 getmonthcalendar()方法是用來處理日期數(shù)據(jù),使其按著習(xí)慣來顯示。即日 歷牌中每行的第一列為“星期天” 。getmonthcalendar()方法根據(jù) year,month 和 day 的值返回一個存放著“日歷”數(shù)據(jù)的 string 類型的數(shù)組, 例如,如果某月有 30 天,而且該月的第一天是星期三,那么返回的 string 類 型的數(shù)組是:“” , “” , “” , “1” , “2” , “30” 。 詳細(xì)代碼:詳細(xì)代碼: import ja

26、va.util.calendar; public class calendarmessage int year=-1,month=-1,day=-1; public void setyear(int year) this.year=year; public int getyear() return year; public void setmonth(int month) if(month=1) this.month=month; else this.month=1; public int getmonth() return month; public void setday(int day)

27、 this.day=day; public int getday() return day; public string getmonthcalendar() string day=new string42; calendar rili=calendar.getinstance(); rili.set(year,month-1,1);/將日歷翻到 year 年 month 月 1 日 int 星期幾=rili.get(calendar.day_of_week)-1; int dayamount=0; if(month=1|month=3|month=5|month=7|month=8|mont

28、h=10|month=12) dayamount=31; if(month=4|month=6|month=9|month=11) dayamount=30; if(month=2) if(year%4=0) else dayamount=28; for(int i=0;i星期幾;i+) dayi= ; for(int i=星期幾,n=1;i星期幾+dayamount;i+) dayi=string.valueof(n); n+; for (int i=星期幾+dayamount;i42;i+ ) dayi= ; return day; (3 3)calendarpadcalendarpad

29、類類 calendarpad 類是 javax.swing 包中 jpanel 容器的子類,所創(chuàng)建的對象:calendarpad 是 calendarwindow 類中最重要的成員之一,負(fù)責(zé)顯示經(jīng) calendarmessage 類處理后的 日期數(shù)據(jù),被添加到 calendarwindow 窗口的左上側(cè)。以下是該類的有關(guān)說明: 1)成員變量 year,month 和 day 是 int 型數(shù)據(jù),它們的值分別確定年份、月份和日期 calendarmessage 是 calendarmessage 對象,該對象可以處理和日期有關(guān)的數(shù) 據(jù)。 showday 數(shù)組的每個單元是 jtextfield 類

30、創(chuàng)建的用來顯示日期的文本框。 “星期”是 string 數(shù)組,單元的值依次為“sun 日” 、 “mon 一” 、 “tue 二” 、 “wed 三” 、 “thu 四” 、 “fri 五” 、 “sat 六” 。 2)方法 calendarpad()是構(gòu)造方法,用來創(chuàng)建 calendarpad 對象。 setshowdaytextfield(jtextfield)方法負(fù)責(zé)設(shè)置 showday 數(shù)組。 setcalendarmessage(calendarmessage)方法負(fù)責(zé)設(shè)置 calendarmessage 對象。 showmonthcalendar()方法負(fù)責(zé)顯示“日歷” 。 詳細(xì)代

31、碼:詳細(xì)代碼: import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.util.*; public class calendarpad extends jpanel int year,month,day; calendarmessage calendarmessage; jtextfield showday; jlabel title ; string 星期=sun 日,mon 一,tue 二,wed 三,thu 四,fri 五,sat 六; jpanel north,center; publ

32、ic calendarpad() setlayout(new borderlayout(); north=new jpanel(); north.setlayout(new gridlayout(1,7); center=new jpanel(); center.setlayout(new gridlayout(6,7); add(center,borderlayout.center); add(north,borderlayout.north); title=new jlabel7; for(int j=0;j7;j+) titlej=new jlabel(); titlej.setfont

33、(new font(timesroman,font.bold,12); titlej.settext(星期j); titlej.sethorizontalalignment(jlabel.center); titlej.setborder(borderfactory.createraisedbevelborder(); north.add(titlej); title0.setforeground(color.red); title6.setforeground(color.blue); public void setshowdaytextfield(jtextfield text) show

34、day=text; for(int i=0;ishowday.length;i+) showdayi.setfont(new font(timesroman,font.bold,15); showdayi.sethorizontalalignment(jtextfield.center); showdayi.seteditable(false); center.add(showdayi); public void setcalendarmessage(calendarmessage calendarmessage) this.calendarmessage=calendarmessage; p

35、ublic void showmonthcalendar() string a=calendarmessage.getmonthcalendar(); for(int i=0;i42;i+) showdayi.settext(ai); validate(); (4 4)notepadnotepad 類類 notepad 類 javax.swing 包中的 jpanel 容器的子類,實現(xiàn)了 actionlistener 接口,所創(chuàng)建 的對象:notepad 是 minegame calendarwindow 類中的重要成員之一,作為一個容器添 加到 calendarwindow 窗口的右上側(cè)以,

36、下是該類的有關(guān)說明: 1)成員變量 text 是 jtextarea 創(chuàng)建的文本區(qū),可在 text 中編譯多行文本。 showmessage 是 jtextfield 創(chuàng)建的文本條,用來顯示和日期相關(guān)的數(shù)據(jù)。 menu 是 jpopupmenu 創(chuàng)建的彈出式菜單。 itemcopy、itemcut、itempaste、itemclear 是 jmenuitem 創(chuàng)建的菜單項,名字 依次是“復(fù)制”, “剪切”, “黏貼”, “清空”。 2)方法 notepad()構(gòu)造方法,用來創(chuàng)建 notepad 對象。 setshowmessage(int,int,int)方法根據(jù)參數(shù)指定的日期數(shù)據(jù)顯示有關(guān)日

37、期信 息。 save(file,int,int,int)方法根據(jù)參數(shù)指定日期保存日志 delete(file,int,int,int) 用于刪除日志 read(file,int,int, int)用于讀取日志。 詳細(xì)代碼:詳細(xì)代碼: import java.awt.*; import javax.swing.*; import java.io.*; import java.awt.event.*; public class notepad extends jpanel implements actionlistener jtextarea text; jtextfield showmessag

38、e; jpopupmenu menu; jmenuitem itemcopy,itemcut,itempaste,itemclear; public notepad() showmessage=new jtextfield(); showmessage.sethorizontalalignment(jtextfield.center); showmessage.setfont(new font(timesroman,font.bold,16); showmessage.setforeground(color.blue); showmessage.setbackground(color.pink

39、); showmessage.setborder(borderfactory.createraisedbevelborder(); showmessage.seteditable(false); menu =new jpopupmenu(); itemcopy=new jmenuitem(復(fù)制); itemcut=new jmenuitem(剪切); itempaste=new jmenuitem(粘貼); itemclear=new jmenuitem(清空); itemcopy.addactionlistener(this); itemcut.addactionlistener(this)

40、; itempaste.addactionlistener(this); itemclear.addactionlistener(this); menu.add(itemcopy); menu.add(itemcut); menu.add(itempaste); menu.add(itemclear); text=new jtextarea(10,10); text.addmouselistener(new mouseadapter() public void mousepressed(mouseevent e) if(e.getmodifiers()=inputevent.button3_m

41、ask) menu.show(text,e.getx(),e.gety(); ); setlayout(new borderlayout(); add(showmessage,borderlayout.north); add(new jscrollpane(text),borderlayout.center); public void setshowmessage(int year,int month, int day) showmessage.settext(+year+年+month+月+day+日); public void save(file dir,int year,int mont

42、h,int day) string dailycontent=text.gettext(); string filename=+year+month+day+.txt; string key=+year+month+day; string dayfile=dir.list(); boolean boo=false; for(int k=0;kdayfile.length;k+) if(dayfilek.startswith(key) boo=true; break; if(boo) string m=+year+年+month+月+day+已有日志,將新內(nèi)容添加到日志嗎?; int ok=jo

43、ptionpane.showconfirmdialog(this, m, 詢問, joptionpane.yes_no_option, joptionpane.question_message); if(ok=joptionpane.yes_option) try file f=new file(dir,filename); randomaccessfile out=new randomaccessfile(f,rw); long fileend=out.length(); byte bb=dailycontent.getbytes(); out.seek(fileend); out.writ

44、e(bb); out.close(); catch(ioexception exp) else string m=+year+年+month+月+day+還沒有日志,保存日志嗎?; int ok=joptionpane.showconfirmdialog(this, m, 詢問,joptionpane.yes_no_option, joptionpane.question_message); if(ok=joptionpane.yes_option) try file f=new file(dir,filename); randomaccessfile out= new randomacces

45、sfile(f,rw); long fileend=out.length(); byte bb=dailycontent.getbytes(); out.write(bb); out.close(); catch(ioexception exp) public void delete(file dir,int year,int month,int day) string key =+year+month+day; string dayfile=dir.list(); boolean boo=false; for(int k=0;kdayfile.length;k+) if(dayfilek.s

46、tartswith(key) boo=true; break; if(boo) string m=刪除+year+年+month+月+day+日的日志嗎?; int ok=joptionpane.showconfirmdialog(this,m,詢問 ,joptionpane.yes_no_option,joptionpane.question_message); if(ok=joptionpane.yes_option) string filename=+year+month+day+.txt; file deletefile=new file(dir,filename); deletefi

47、le.delete(); else string m=+year+年+month+月+day+無日志記錄; joptionpane.showmessagedialog(this,m,提示,joptionpane.warning_message); public void read(file dir,int year,int month,int day) string filename=+year+month+day+.txt; string key=+year+month+day; string dayfile=dir.list(); boolean boo=false; for(int k=

48、0;kdayfile.length;k+) if(dayfilek.startswith(key) boo=true; break; if(boo) string m=+year+年+month+月+day+有日志,顯示日志內(nèi)容嗎?; int ok=joptionpane.showconfirmdialog(this,m,詢問 ,joptionpane.yes_no_option,joptionpane.question_message); if(ok=joptionpane.yes_option) text.settext(null); try file f=new file(dir,fil

49、ename); filereader inone=new filereader(f); bufferedreader intwo=new bufferedreader(inone); string s=null; while (s=intwo.readline()!=null) text.append(s+n); inone.close(); intwo.close(); catch(ioexception exp) else string m=+year+年+month+月+day+無日志記錄; joptionpane.showmessagedialog(this,m,提示,joptionp

50、ane.warning_message); public void actionperformed(actionevent e) if(e.getsource()=itemcopy) text.copy(); else if(e.getsource()=itemcut) text.cut(); else if(e.getsource()=itempaste) text.paste(); else if(e.getsource()=itemclear) text.settext(null); (5)calendarimage 類類 calendarimage 創(chuàng)建的對象負(fù)責(zé)繪制圖像 calend

51、arimage 類是 javax.swing 包中 jpanel 容器的一個子類,創(chuàng)建的對象 calendarmessage 是 calendarwindow 類的成員之一,負(fù)責(zé)繪制圖像,作為一個容器添加 到 calendarwindow 窗口的左下側(cè),以下是該類的有關(guān)說明: 1)成員變量 imagefile 是 file 對象,用來存放圖像文件的引用 image 是 image 對象 tool 是 tookit 對象,負(fù)責(zé)創(chuàng)建 image 對象 2)方法 calendarimage()是構(gòu)造方法,負(fù)責(zé)創(chuàng)建 calendarimage 對象 setimagefile(file)方法負(fù)責(zé)設(shè)置 i

52、magefile 對象,并根據(jù) imagefile 創(chuàng)建 image paintcomponent(griphics)方法負(fù)責(zé)繪制 image 詳細(xì)代碼:詳細(xì)代碼: import javax.swing.*; import java.io.*; import java.awt.*; public class calendarimage extends jpanel file imagefile; image image; toolkit tool; calendarimage() tool = gettoolkit(); public void setimagefile(file f) ima

53、gefile = f; try image = tool.getimage(imagefile.touri().tourl(); catch (exception e) repaint(); public void paintcomponent(graphics g) super.paintcomponent(g); int w = getbounds().width; int h = getbounds().height; g.drawimage(image,0,0,w,h,this); (6 6)clockclock 類類 clock 類是 javax.swing 包中 jpanel 容器

54、的子類,并實現(xiàn)了 actionlistener 接口,所創(chuàng)建 的對像:clock 是 calendarwindow 類中的成員之一,負(fù)責(zé)顯示時間,被添加到 calendarwindow 窗口的右下側(cè),以下是該類的有關(guān)說明: 1) 成員變量 date 是 date 對像,負(fù)責(zé)封裝本地時間 secondtime 是 javax.swing 包中 timer 類創(chuàng)建的計時 hour,minute 和 second 是 int 型數(shù)據(jù),分別飛“小時” , “分鐘”和“秒” secondline,minuteline 和 hourline 是 lint2d 對象,分別負(fù)責(zé)繪制“時針” , “分針” ,

55、“秒針” pointsx,pointsy 是 double 型數(shù)組,其單元值用來表示秒針端點的坐標(biāo) pointmx,pointmy 是 double 型數(shù)組,其單元值用來表示分針端點坐標(biāo) pointhx,pointhy 是 double 型數(shù)組,其單元值用來便是時針端點坐標(biāo) 2) 方法 clock()是構(gòu)造方法,用來創(chuàng)建 clock 對象 initpoint()負(fù)責(zé)創(chuàng)建表盤所需要的坐標(biāo)點 paintcomponent(graphics)負(fù)責(zé)完成繪制工作 actionperformed(actionevent)是接口 actionlistener 中的方法。使用 timer 類 的構(gòu)造方法:ti

56、mer(int a ,object b )創(chuàng)建一個計時器,其中的參數(shù) a 的單 位是毫秒,確定計時器每隔 a 毫秒“振鈴”一次,參數(shù) b 是計時器的監(jiān)視器。 計時器發(fā)生的振鈴時件是 actionevent 類型時件,當(dāng)振鈴時間發(fā)生時,監(jiān)視器 就會監(jiān)視到這個事件,監(jiān)視器就會回調(diào)用 actionlistener 接口中的 actionperformed(actionevent)方法,該方法所做的操作是:每隔 1 秒鐘,讓秒 針前進(jìn)一個刻度,既 secondline 改變端點坐標(biāo);每隔 1 分鐘,讓分針前進(jìn)一個 刻度(表盤一周為 360,每個時刻為 6) ,既 muniteline 改變端點坐標(biāo);每

57、 隔 12 分鐘,讓時針前進(jìn)一個刻度,既 hourline 改變端點坐標(biāo)。 詳細(xì)代碼:詳細(xì)代碼: import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.awt.geom.*; import java.util.*; public class clock extends jpanel implements actionlistener date date; javax.swing.timer secondtime; int hour,munite,second; line2d secondlin

58、e,muniteline,hourline; int a,b,c,width,height; double pointsx = new double60, pointsy = new double60, pointmx = new double60, pointmy = new double60, pointhx = new double60, pointhy = new double60; clock() setbackground(color.cyan); initpoint(); secondtime = new javax.swing.timer(1000,this); secondl

59、ine = new line2d.double(0,0,0,0); muniteline = new line2d.double(0,0,0,0); hourline = new line2d.double(0,0,0,0); secondtime.start(); private void initpoint() width = getbounds().width; height = getbounds().height; pointsx0 = 0; pointsy0 = -(height/2*5/6); pointmx0 = 0; pointmy0 = -(height/2*4/5); p

60、ointhx0 = 0; pointhy0 = -(height/2*2/3); double angle = 6*math.pi/180; for(int i = 0;i59;i+) pointsxi+1 = pointsxi*math.cos(angle) - math.sin(angle)*pointsyi; pointsyi+1 = pointsyi*math.cos(angle) + pointsxi*math.sin(angle); pointmxi+1 = pointmxi*math.cos(angle) - math.sin(angle)*pointmyi; pointmyi+

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論