《Java程序設(shè)計》課程設(shè)計日歷記事本
《《Java程序設(shè)計》課程設(shè)計日歷記事本》由會員分享,可在線閱讀,更多相關(guān)《《Java程序設(shè)計》課程設(shè)計日歷記事本(29頁珍藏版)》請在裝配圖網(wǎng)上搜索。
1、2 本科生課程設(shè)計 課程名稱 Java 程序設(shè)計課程設(shè)計 課程編號 j1620011 題目 日歷記事本 學(xué)號 200811622214 學(xué)生姓名 所在專業(yè) 信息管理與信息系統(tǒng) 所在班級 信管 1082 指導(dǎo)教師 成績 教師簽字 評語: 課程設(shè)計時間:2010 年 12 月 20 日-2010 年 12 月 24 日 設(shè)計總說明 - 1 - 目 錄 摘 要 2 1引 言 2 2. 設(shè)計的目的與任 務(wù) 2 3設(shè)計方 案 3 3.1 總體設(shè) 計 3 3.2 設(shè)計要 求 3 3.3 系統(tǒng)的主要功 能 設(shè)計總說明 - 2 - 3 3.4 各個類的組合結(jié)構(gòu) 圖 4 3.5 各個類說 明 4 3.5.1 C
2、alendarWindow 類4 3.5.2 CalendarMessage 類11 3.5.3 CalendarPad 類 13 3.5.4 NotePad 類 14 3.5.5 CalendarImage 類19 3.5.6 Clock 類 20 設(shè)計總說明 - 3 - 4各種功能截 圖 24 5. 課程設(shè)計總 結(jié) 26 Java 程序設(shè)計課程設(shè)計 日歷記事本 摘 要 本課程設(shè)計通過代碼實現(xiàn)將理論知識和具體實踐相結(jié)合,鞏固提高了對 JAVA 的相 關(guān)方法與概念的理解,使學(xué)生的發(fā)散思維及動手能力進一步加強,加強對計算機及軟 件工程的進一步了解。 在這個課程設(shè)計中,我們做成了一個有日歷標記的記
3、事本軟件,日歷記事本面板 由日歷、記事本、圖片、時鐘四部分組成。日歷部分可以選擇不同的年份、月份、日 期和星期;記事本模塊可以實現(xiàn)查看,保存,刪除日志等操作;并且每一步操作都有 相應(yīng)提示;圖片模塊可以顯示預(yù)設(shè)的圖片;時鐘模塊可以用時鐘來顯示當(dāng)前時間。本 軟件是一個實用性較強,簡潔,美觀,方便的功能軟件。 1. 引言 Java 是一種純面向?qū)ο蟮?、網(wǎng)絡(luò)編程首選的語言。Java 技術(shù)作為軟件開 的一種 革命性技術(shù),已被列為當(dāng)今世界信息技術(shù)的主流之一。為了適應(yīng)時代潮流,我們應(yīng)該 加強對 Java 的學(xué)習(xí),更好的掌握這門課程。為此,我們成了一個課程小組,經(jīng)過小組 成的商討之后,我們決定以“日歷記事本”
4、為設(shè) 題材,借此鞏固加深我們對 Java 的了解。 設(shè)計總說明 - 4 - 本次課程設(shè)計的實例雖然比較簡單,程序設(shè)計也不是很復(fù)雜,但在此程序的設(shè)計 過程也是一個學(xué)習(xí)過程,更是對復(fù)雜程序的一個學(xué)習(xí)過程,還能培養(yǎng)我們的數(shù)抽象能 力。因此,我們覺得這次課程設(shè)計是非常有意義的,能為我們今后學(xué)習(xí)面向過程的程 序設(shè)計作一些鋪墊。 2.設(shè)計目的與任務(wù) 本課程設(shè)計所要求達到的目的和任務(wù):通過 Java 程序設(shè)計的一些重要理論基礎(chǔ)來實現(xiàn) “日 歷記事本”的“日歷”和“記事本”的雙重功能。并通過此次課程設(shè)計的訓(xùn)練,使學(xué)生鞏固和 加深對 Java 這門課程的理解,通過利用所學(xué)到的計算科學(xué)的理論知識,提高解決實際問題
5、的能 力,增強運算、編程和使用技術(shù)資料的技能,通過實際問題的分析設(shè)計、編程和調(diào)試,掌握應(yīng) 用軟件的分析方法和工程設(shè)計方法,能正確闡述設(shè)計和實驗結(jié)果。通過這次課程設(shè)計,培養(yǎng)實 事求是、認真、嚴謹?shù)目茖W(xué)態(tài)度和刻苦鉆研不斷創(chuàng)新的精神,逐步建立正確的全局觀念。 3.設(shè)計方案 3.1 總體設(shè)計 (1)問題定義:創(chuàng)建日歷記事本,實現(xiàn)對某日期的事情進行記錄這主要功能,并能 顯示設(shè)置的圖片和時鐘,增加美觀。 (2)問題分析:通過對“日歷記事本”這一題材的分析,我需要四個類來實現(xiàn)其 “日歷”和“記事本”這兩大功能。通過主類 CalendWindow 創(chuàng)建動日歷記事本軟件的 主窗口,該類含有 main 方法,程序
6、從該類開始執(zhí)行。再用余下 CalendarPad、 CalendarMessage 、NotePad 類來顯示并改變?nèi)掌诤蛯崿F(xiàn)記事本的功能。 而 CalendarImage 和 Clock 這兩個類用來顯示圖片和時鐘。 (3)研究意義:通過本次課程設(shè)計,我們掌握了 Java 語言的基本運用,提高了理論結(jié) 合實際的能力。 3.2 設(shè)計要求 (1)界面的左側(cè)是日歷和一幅圖。該日歷可以按年前后翻動,用鼠標鼠標單擊“上 年”按鈕時,當(dāng)前日歷的年份將減一;當(dāng)鼠標左鍵單擊“下年”按鈕,當(dāng)前日歷的年份將 加一。該日歷還可以在某年內(nèi)按月前月后翻動,當(dāng)鼠標左鍵單擊“上月”按鈕時, 當(dāng)前日 歷的月份將減一;當(dāng)鼠標
7、左鍵單擊“下月” 當(dāng)前日歷表的月份將加一。圖片是為了增加 美觀而加進去的。 (2)系統(tǒng)界面的右側(cè)是記事本和一個鬧鐘。用鼠標單擊日歷上的日期,就可以通過 該記事本編輯有關(guān)日志,并將日志保存到一個文件,該文件的名字由該日期組成的字 設(shè)計總說明 - 5 - 符序列命名。用戶可以查看,刪除某個日期的日志,也可以繼續(xù)向某個日志添加新內(nèi) 容。 時鐘能夠?qū)崟r顯示當(dāng)前的時間。 (3)當(dāng)某個日期有日志時,在日歷表該日期的外觀上就會出現(xiàn)“yes”標記,表明 這個日期有日志,當(dāng)用戶刪除某個日期的日志后,該日期的外觀上“yes”標志就會消 失。 3.3 系統(tǒng)的主要功能 (1)可以對個人日志進行添加、查閱、刪除; (2
8、)可以方便地在任何日期記載個人日志以及查看某個日期記載的日志 ; (3)可以顯示當(dāng)前日期與時間。 3.4 各個類的組合結(jié)構(gòu)圖 3.5 各個類說明 (1)主函數(shù) CalendarWindow 類 該類是整個程序的主框架,是 javax.swing 包中 Jframe 的一個子類。并實現(xiàn)了 ActionListener、MouseListener 和 FocusListener 接口。以下是該類的有關(guān)數(shù)據(jù)說明! 1)成員變量 year,month 和 day 是 int 型變量。它們的值分別確定年份、月份和日期。 CalendarWindow CalendarMessage CalendarIma
9、ge CalendarPad JTextField FileNotePad JTextArea Clock 設(shè)計總說明 - 6 - calendarMessage 是 CalnedarMessage 對象,該對象用來處理與日期有關(guān)的數(shù)據(jù)。 calendarPad 是 CalendarPad 對象,該對象可以顯示與日期有關(guān)的數(shù)據(jù)。 notPad 是 NotPad 的對象。具有編輯、讀取、保存和刪除日志的功能。 showYear 和 showMonth 是 JtextField 類創(chuàng)建的文本框,用來顯示年月。 showDay 數(shù)組的每個單元是 JtextField 類創(chuàng)建的用來顯示日期的文本框。
10、calendarImage 是 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)前窗口
11、 注冊為自己的 ActionEvent 事件監(jiān)視器。 2)方法 CalendarWindow()是構(gòu)造方法,負責(zé)完成窗口初始化。 actionPerformed(ActionEvent)方法是 CalendarWindow 類實現(xiàn)的 ActionListener 接口中的方法。CalendarWindow 創(chuàng)建的窗口是 nextYear,previousYear,nextMonth,previousMonth,saveDailyRecord,d eleteDailyRecord 和 readDailyRecord 按鈕的 ActionEvent 事件監(jiān)視器,當(dāng)用 戶單擊其中按鈕時,窗口將執(zhí)行
12、actionPerformed(ActionEvent)方法進行相 應(yīng)的操作。 mousePressed(MouseEvent)方法是 CalendarWindow 類實現(xiàn)的 MouseListener 接口中的方法。CalendarWindow 創(chuàng)建的窗口時 showDay 數(shù)組中的 JtextField 文本框的 MouseEvent 事件監(jiān)視器,當(dāng)用戶在某個顯示日期的文本框上按下鼠 標左鍵時,窗口將執(zhí)行 mousePress(MouseEvent)方法進行相應(yīng)操作。 focusGained(FocusEvent)和 focusLost(FocusEvent)方法是 CalendarWin
13、dow 類實現(xiàn)的 FocusListener 接口中的方法。CalendarWindow 創(chuàng) 建窗口是 showDay 數(shù)組中的 JtextField 文本框的 FocusEvent 事件監(jiān)視器,當(dāng) 用戶的操作導(dǎo)致某個顯示日期的文本框的焦點發(fā)生變化時,窗口將執(zhí)行 focusGained(FocusEvent)或 focusLost(FocusEvent)方法進行相應(yīng)的操作。 doMark()方法負責(zé)對有日志的日期作出標志。 main 方法是程序運行的入口方法。 設(shè)計總說明 - 7 - 詳細代碼: import javax.swing.*; import java.awt.*; import j
14、ava.awt.event.*; import 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; C
15、alendarImage calendarImage; 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
16、;i12) month=1; showMonth.setText(+month); calendarPad.setCalendarMessage(calendarMessage); calendarPad.showMonthCalendar(); notePad.setShowMessage(year,month,day); doMark(); else if (e.getSource()=previousMonth) 設(shè)計總說明 - 10 - month-; if(month1) month=12; showMonth.setText(+month); calendarPad.setCale
17、ndarMessage(calendarMessage); calendarPad.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; i
18、f(boo=true) JOptionPane.showMessageDialog(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(y
19、ear,month,day); doMark(); else if (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); 設(shè)計總說明 - 11 - doMark(); publi
20、c void mousePressed(MouseEvent e) JTextField 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 vo
21、id mouseEntered(MouseEvent e) public void mouseExited(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.
22、setBackground(backColor); public void doMark() for(int i=0;ishowDay.length;i+) showDayi.removeAll(); String str = showDayi.getText().trim(); try int n = Integer.parseInt(str); if(isHaveDailyRecord(n)=true) 設(shè)計總說明 - 12 - JLabel mess = new JLabel(yes); mess.setFont(new Font(TimesRoman,Font.PLAIN,11); m
23、ess.setForeground(Color.blue); showDayi.add(mess); catch (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)
24、 boo = true; break; return boo; public static void main(String args) new CalendarWindow(); (2)CalendarMessage 類 CalendarMessage 類創(chuàng)建的對象 calendarMessage 是 CalendarWindow 窗口的重要成員 對象之一,負責(zé)處理和日期有關(guān)的數(shù)據(jù)。該類的有關(guān)數(shù)據(jù)說明如下: 1)成員變量 year,month,day 是 int 型數(shù)據(jù),它們的值分別確定年份、月份和日期。 2)方法 設(shè)計總說明 - 13 - setYear(int)和 getYear()方法
25、分別用來設(shè)置 year 和獲取 year 的值。 setMonth(int)和 getMonth()方法分別用來設(shè)置 month 和獲取 month 的值。 setDay(int)和 getDay()方法分別用來設(shè)置和獲取 day 的值。 getMonthCalendar()方法是用來處理日期數(shù)據(jù),使其按著習(xí)慣來顯示。即日 歷牌中每行的第一列為“星期天” 。getMonthCalendar()方法根據(jù) year,month 和 day 的值返回一個存放著“日歷”數(shù)據(jù)的 String 類型的數(shù)組, 例如,如果某月有 30 天,而且該月的第一天是星期三,那么返回的 String 類 型的數(shù)組是:“
26、” , “”, “”, “1”, “2”, “30”。 詳細代碼: import java.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(
27、) return month; public void setDay(int day) this.day=day; public int getday() return day; public String getMonthCalendar() String day=new String42; Calendar rili=Calendar.getInstance(); 設(shè)計總說明 - 14 - rili.set(year,month-1,1);/將日歷翻到 year 年 month 月 1 日 int 星期幾=rili.get(Calendar.DAY_OF_WEEK)-1; int dayA
28、mount=0; if(month=1|month=3|month=5|month=7|month=8|month=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;i
29、42;i+ ) dayi= ; return day; (3)CalendarPad 類 CalendarPad 類是 javax.swing 包中 Jpanel 容器的子類,所創(chuàng)建的對象:calendarPad 是 CalendarWindow 類中最重要的成員之一,負責(zé)顯示經(jīng) CalendarMessage 類處理后的 日期數(shù)據(jù),被添加到 CalendarWindow 窗口的左上側(cè)。以下是該類的有關(guān)說明: 1)成員變量 year,month 和 day 是 int 型數(shù)據(jù),它們的值分別確定年份、月份和日期 calendarMessage 是 CalendarMessage 對象,該對象可以
30、處理和日期有關(guān)的數(shù) 據(jù)。 showDay 數(shù)組的每個單元是 JtextField 類創(chuàng)建的用來顯示日期的文本框。 “星期”是 String 數(shù)組,單元的值依次為“SUN 日” 、 “MON 一” 、 “TUE 二” 、 “WED 三” 、 “THU 四” 、 “FRI 五” 、 “SAT 六” 。 2)方法 CalendarPad()是構(gòu)造方法,用來創(chuàng)建 calendarPad 對象。 setShowDayTextField(JtextField)方法負責(zé)設(shè)置 showDay 數(shù)組。 設(shè)計總說明 - 15 - setCalendarMessage(CalendarMessage)方法負責(zé)設(shè)置
31、calendarMessage 對象。 showMonthCalendar()方法負責(zé)顯示“日歷” 。 詳細代碼: 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 二,
32、WED 三,THU 四,FRI 五,SAT 六; JPanel north,center; public 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(
33、int j=0;j7;j+) titlej=new JLabel(); titlej.setFont(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); pub
34、lic void setShowDayTextField(JTextField text) showDay=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); 設(shè)計總說明 - 16 - public void setCalendarMessage(CalendarM
35、essage calendarMessage) this.calendarMessage=calendarMessage; public void showMonthCalendar() String a=calendarMessage.getMonthCalendar(); for(int i=0;i42;i+) showDayi.setText(ai); validate(); (4)NotePad 類 NotePad 類 javax.swing 包中的 Jpanel 容器的子類,實現(xiàn)了 ActionListener 接口,所創(chuàng)建 的對象:notePad 是 MineGame Calend
36、arWindow 類中的重要成員之一,作為一個容器添 加到 CalendarWindow 窗口的右上側(cè)以,下是該類的有關(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)建 not
37、ePad 對象。 setShowMessage(int,int,int)方法根據(jù)參數(shù)指定的日期數(shù)據(jù)顯示有關(guān)日期信 息。 save(File,int,int, int)方法根據(jù)參數(shù)指定日期保存日志 delete(File ,int,int ,int) 用于刪除日志 read(File ,int,int, int)用于讀取日志。 詳細代碼: import java.awt.*; import javax.swing.*; import java.io.*; import java.awt.event.*; public class NotePad extends JPanel implements
38、 ActionListener JTextArea text; JTextField showMessage; JPopupMenu menu; JMenuItem itemCopy,itemCut,itemPaste,itemClear; public NotePad() 設(shè)計總說明 - 17 - showMessage=new JTextField(); showMessage.setHorizontalAlignment(JTextField.CENTER); showMessage.setFont(new Font(TimesRoman,Font.BOLD,16); showMessa
39、ge.setForeground(Color.blue); showMessage.setBackground(Color.pink); showMessage.setBorder(BorderFactory.createRaisedBevelBorder(); showMessage.setEditable(false); menu =new JPopupMenu(); itemCopy=new JMenuItem(復(fù)制); itemCut=new JMenuItem(剪切); itemPaste=new JMenuItem(粘貼); itemClear=new JMenuItem(清空);
40、 itemCopy.addActionListener(this); itemCut.addActionListener(this); 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 m
41、ousePressed(MouseEvent e) if(e.getModifiers()=InputEvent.BUTTON3_MASK) 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(+
42、year+年+month+月+day+日); public void save(File dir,int year,int month,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; 設(shè)計總說明
43、 - 18 - 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) try File f=new File(dir,fileName); RandomAccessFile out=new RandomAccessFile(f,rw); long f
44、ileEnd=out.length(); byte bb=dailyContent.getBytes(); out.seek(fileEnd); out.write(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.Y
45、ES_OPTION) try File f=new File(dir,fileName); RandomAccessFile out= new RandomAccessFile(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 d
46、ayFile=dir.list(); boolean boo=false; for(int k=0;kdayFile.length;k+) if(dayFilek.startsWith(key) 設(shè)計總說明 - 19 - 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.Y
47、ES_OPTION) String fileName=+year+month+day+.txt; File deleteFile=new File(dir,fileName); deleteFile.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+mon
48、th+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=JOptionPane.showConfirmDialog(this,m,詢問 ,JOptionPane.YES_NO_OPTION,JOptionPa
49、ne.QUESTION_MESSAGE); if(ok=JOptionPane.YES_OPTION) text.setText(null); try File f=new File(dir,fileName); FileReader inOne=new FileReader(f); BufferedReader inTwo=new BufferedReader(inOne); String s=null; while (s=inTwo.readLine()!=null) text.append(s+n); 設(shè)計總說明 - 20 - inOne.close(); inTwo.close();
50、catch(IOException exp) else String m=+year+年+month+月+day+ 無日志記錄 ; JOptionPane.showMessageDialog(this,m,提示,JOptionPane.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.
51、paste(); else if(e.getSource()=itemClear) text.setText(null); (5)CalendarImage 類 CalendarImage 創(chuàng)建的對象負責(zé)繪制圖像 CalendarImage 類是 javax.swing 包中 Jpanel 容器的一個子類,創(chuàng)建的對象 calendarMessage 是 CalendarWindow 類的成員之一,負責(zé)繪制圖像,作為一個容器添加 到 CalendarWindow 窗口的左下側(cè),以下是該類的有關(guān)說明: 1) 成員變量 imageFile 是 File 對象,用來存放圖像文件的引用 image 是
52、Image 對象 tool 是 Tookit 對象,負責(zé)創(chuàng)建 image 對象 2) 方法 CalendarImage()是構(gòu)造方法,負責(zé)創(chuàng)建 calendarImage 對象 setImageFile(File)方法負責(zé)設(shè)置 imageFile 對象,并根據(jù) imageFile 創(chuàng)建 image paintComponent(Griphics)方法負責(zé)繪制 image 詳細代碼: import javax.swing.*; 設(shè)計總說明 - 21 - import java.io.*; import java.awt.*; public class CalendarImage extends
53、JPanel File imageFile; Image image; Toolkit tool; CalendarImage() tool = getToolkit(); public void setImageFile(File f) imageFile = f; try image = tool.getImage(imageFile.toURI().toURL(); catch (Exception e) repaint(); public void paintComponent(Graphics g) super.paintComponent(g); int w = getBounds
54、().width; int h = getBounds().height; g.drawImage(image,0,0,w,h,this); (6)Clock 類 Clock 類是 javax.swing 包中 Jpanel 容器的子類,并實現(xiàn)了 ActionListener 接口,所創(chuàng)建 的對像:clock 是 CalendarWindow 類中的成員之一,負責(zé)顯示時間,被添加到 CalendarWindow 窗口的右下側(cè),以下是該類的有關(guān)說明: 1) 成員變量 date 是 Date 對像,負責(zé)封裝本地時間 secondTime 是 javax.swing 包中 Timer 類創(chuàng)建的計時
55、hour,minute 和 second 是 int 型數(shù)據(jù),分別飛“小時” , “分鐘”和“秒” 設(shè)計總說明 - 22 - secondLine,minuteLine 和 hourLine 是 Lint2D 對象,分別負責(zé)繪制“時針” , “分針” , “秒針” pointSX, pointSY 是 double 型數(shù)組,其單元值用來表示秒針端點的坐標 pointMX,pointMY 是 double 型數(shù)組,其單元值用來表示分針端點坐標 pointHX,pointHY 是 double 型數(shù)組,其單元值用來便是時針端點坐標 2) 方法 Clock()是構(gòu)造方法,用來創(chuàng)建 clock 對象
56、initPoint()負責(zé)創(chuàng)建表盤所需要的坐標點 paintComponent(Graphics)負責(zé)完成繪制工作 actionPerformed(ActionEvent)是接口 ActionListener 中的方法。使用 Timer 類 的構(gòu)造方法:timer(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 接口中的 actionPerfo
57、rmed(ActionEvent)方法,該方法所做的操作是:每隔 1 秒鐘,讓秒 針前進一個刻度,既 secondLine 改變端點坐標;每隔 1 分鐘,讓分針前進一個 刻度(表盤一周為 360,每個時刻為 6) ,既 muniteLine 改變端點坐標;每 隔 12 分鐘,讓時針前進一個刻度,既 hourLine 改變端點坐標。 詳細代碼: import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.awt.geom.*; import java.util.*; public class Cloc
58、k extends JPanel implements ActionListener Date date; javax.swing.Timer secondTime; int hour,munite,second; Line2D secondLine,muniteLine,hourLine; int a,b,c,width,height; double pointSX = new double60, pointSY = new double60, pointMX = new double60, pointMY = new double60, pointHX = new double60, po
59、intHY = new double60; Clock() 設(shè)計總說明 - 23 - setBackground(Color.cyan); initPoint(); secondTime = new javax.swing.Timer(1000,this); secondLine = 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() widt
60、h = getBounds().width; height = getBounds().height; pointSX0 = 0; pointSY0 = -(height/2*5/6); pointMX0 = 0; pointMY0 = -(height/2*4/5); pointHX0 = 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; poin
61、tSYi+1 = pointSYi*Math.cos(angle) + pointSXi*Math.sin(angle); pointMXi+1 = pointMXi*Math.cos(angle) - Math.sin(angle)*pointMYi; pointMYi+1 = pointMYi*Math.cos(angle) + pointMXi*Math.sin(angle); pointHXi+1 = pointHXi*Math.cos(angle) - Math.sin(angle)*pointHYi; pointHYi+1 = pointHYi*Math.cos(angle) -
62、pointHXi*Math.sin(angle); for(int i = 0;i60;i+) pointSXi = pointSXi+width/2; pointSYi = pointSYi+height/2; pointMXi = pointMXi+width/2; pointMYi = pointMYi+height/2; pointHXi = pointHXi+width/2; pointHYi = pointHYi+height/2; public void paintComponent(Graphics g) super.paintComponent(g); initPoint()
63、; 設(shè)計總說明 - 24 - for(int i = 0;i60;i+) int m = (int)pointSXi; int n = (int)pointSYi; if(i%5 =0) if(i=0|i=15|i=30|i=45) int k = 10; g.setColor(Color.orange); g.fillOval(m-k/2,n-k/2,k,k); else int k = 7; g.setColor(Color.orange); g.fillOval(m-k/2,n-k/2,k,k); else int k =2; g.setColor(Color.black); g.fil
64、lOval(m-k/2,n-k/2,k,k); g.fillOval(width/2-5,height/2-5,10,10); Graphics2D g_2d = (Graphics2D)g; g_2d.setColor(Color.red); g_2d.draw(secondLine); BasicStroke bs = new BasicStroke(2f,BasicStroke.CAP_ROUND,BasicStroke.JOIN_MITER); g_2d.setStroke(bs); g_2d.setColor(Color.blue); g_2d.draw(muniteLine); b
65、s = new BasicStroke(4f,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER); g_2d.setStroke(bs); g_2d.setColor(Color.orange); g_2d.draw(hourLine); bs = new BasicStroke(8f,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER); g_2d.setStroke(bs); public void actionPerformed(ActionEvent e) 設(shè)計總說明 - 25 - if(e.getSource(
66、)= secondTime) date = new Date(); String s = date.toString(); hour = Integer.parseInt(s.substring(11,13); munite = Integer.parseInt(s.substring(14,16); second = Integer.parseInt(s.substring(17,19); int h = hour%12; a = second; b = munite; c = h*5+munite/12; secondLine.setLine(width/2,height/2,(int)pointSXa,(int)pointSYa); muniteLine.setLine(width/2,height/2,(int)pointMXb,(int)pointMYb); hourLine.setLine(width/2,height/2,(int)pointHXc,(int)pointHYc); repaint(); 4各種功能截圖 主界面 添加日志 設(shè)計總說明 - 26 - 附 錄 2
- 溫馨提示:
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)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 6.煤礦安全生產(chǎn)科普知識競賽題含答案
- 2.煤礦爆破工技能鑒定試題含答案
- 3.爆破工培訓(xùn)考試試題含答案
- 2.煤礦安全監(jiān)察人員模擬考試題庫試卷含答案
- 3.金屬非金屬礦山安全管理人員(地下礦山)安全生產(chǎn)模擬考試題庫試卷含答案
- 4.煤礦特種作業(yè)人員井下電鉗工模擬考試題庫試卷含答案
- 1 煤礦安全生產(chǎn)及管理知識測試題庫及答案
- 2 各種煤礦安全考試試題含答案
- 1 煤礦安全檢查考試題
- 1 井下放炮員練習(xí)題含答案
- 2煤礦安全監(jiān)測工種技術(shù)比武題庫含解析
- 1 礦山應(yīng)急救援安全知識競賽試題
- 1 礦井泵工考試練習(xí)題含答案
- 2煤礦爆破工考試復(fù)習(xí)題含答案
- 1 各種煤礦安全考試試題含答案