资源描述:
《java期末项目(日历)》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、献给Java专业期末考试复习的同学希望你们能考个好成绩2011Java期末项目总结(大一下学期)一.项目名称日历二.项目成员罗曼三.关键技术(类)1.面板的设计2.标签、算法和线程3.事件的处理4.一些方法的使用四.总体界面1,首页界面五.项目不足与缺陷1,没有图片,2,没有连接和数据库3.很单调otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhe
2、n,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingx
3、iaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand15六.心得体会一.项目前的准备首先想好做什么,需要什么,用什么做,项目的作用和要实现的功能。二.项目中注意的问题1.算法的准确2.方法的使用3.布局七.程序代码/***MyCalendar.java*@authorfancy*/packagefancy;importjava.awt.*;importjava.awt.ev
4、ent.*;importjava.util.*;importjavax.swing.*;importjavax.swing.event.*;importjavax.swing.table.*;publicclassMyCalendarextendsJApplet{publicstaticfinalStringWEEK_SUN="SUN";publicstaticfinalStringWEEK_MON="MON";publicstaticfinalStringWEEK_TUE="TUE";other
5、staffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeen
6、theNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand15publicstaticfinalStringWEEK_WED="WED";publicstaticfinalStringWE
7、EK_THU="THU";publicstaticfinalStringWEEK_FRI="FRI";publicstaticfinalStringWEEK_SAT="SAT";publicstaticfinalColorbackground=Color.white;publicstaticfinalColorforeground=Color.black;publicstaticfinalColorheaderBackground=Color.pink;publicstaticfinalColor
8、headerForeground=Color.white;publicstaticfinalColorselectedBackground=Color.pink;publicstaticfinalColorselectedForeground=Color.white;privateJPanelcPane;privateJLabelyearsLabel;privateJSpinneryearsSpinner;privateJLabelmonthsLabel;otherstaffoft