资源描述:
《最新java实训报告总结心得》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、Java项目实训报告项目:简易记事本院系:软件学院教师:陈海珠班级:软件1113班学生:时间:2012年6月28日实训成绩评语otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSp
2、ecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand一、实训项目简易记事本二、实训目的和要求本次实训是对前
3、面学过的所有面向对象的编程思想以及JAVAWEB编程方法的一个总结、回顾和实践,因此,开始设计前学生一定要先回顾以前所学的内容,明确本次作业设计所要用到的技术点并到网上搜索以及查阅相关的书籍来搜集资料。通过编写采用JSP+Servlet+JavaBean技术框架的应用系统综合实例,以掌握JavaWEB开发技术。具体要求有以下几点:1.问题的描述与程序将要实现的具体功能。2.程序功能实现的具体设计思路或框架,并检查流程设计。3.代码实现。4.设计小结。三、实训项目的开发环境和所使用的技术基于J2SE基础,利用MyEclipse8
4、.5以上版本的集成开发环境完成实训项目,界面友好,代码的可维护性好,有必要的注释和相应的文档。四、实训地点、日程、分组情况:实训地点:4栋303机房日程:第一阶段:1.班级分组,选定课题,查阅相关资料半天2.划分模块、小组成员分工半天3.利用CASE工具进行系统设计和分析,并编制源程序5天第二阶段:上机调试,修改、调试、完善系统2天第三阶段:撰写、上交课程设计报告,上交课程设计作品源程序(每人1份)2天otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiang
5、xi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSAR
6、missions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand五、程序分析功能模块说明弹出菜单for(intf=0;f<4;f++)popupMenu.add(jp[f]);jta.addMouseListener(newMouseAdapter(){publicvoidmouseReleased(MouseEventevent){if(event.isPopupT
7、rigger())popupMenu.show(event.getComponent(),event.getX(),event.getY());}});改变字号:publicvoidzihao(){Fontf=newFont("",Font.PLAIN,20);jta.setFont(f);}设置字型publicvoidziti(){Fontf=newFont("宋体",Font.PLAIN,15);jta.setFont(f);}改变字体颜色publicvoidFont(){JColorChooserjColor=newJC
8、olorChooser();Colorfcolor=jta.getForeground();jta.setForeground(jColor.showDialog(jta,"选择字体颜色",fcolor));}自动换行publicvoidaction(){jta.setLin