java图形实验报告doc
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
java图形实验报告
篇一:java实验报告实验六Java图形用户界面
信息工程学院
Java程序设计实习报告
JAVA图形用户界面
实验六Java图形用户界面
1.实验目的
(1)掌握图形用户界面基本组件。
(2)了解如何使用布局管理器对组件进行管理。
(3)掌握Java事件处理机制。
2.实验内容
实验题1 编写一个模拟计算器的程序,使用面板和网格布局,添加一个文本框,10个数字按钮(0-9),4个加减乘除按钮,一个等号按钮,一个清除按钮,要求将计算公式和结果显示在文本框中。
运行结果:
实验报告的内容与格式按任课教师的要求书写。
加法:
主要代码:
private void initComponents() {
setStub(null); jButton1 = new ; jButton2 = new ; jButton3 = new ; jButton4 = new ; jButton5 = new ;
jButton6 = new ; jButton7 = new ; jButton8 = new ; jButton9 = new ; jButton10 = new ; jButton11 = new ; jButton12 = new ; jButton13 = new ; jButton14 = new ; jButton15 = new ; jTextField1 = new ;
jButton1.setText("3"); jButton1.addActionListener(new {
public void
actionPerformed( evt) {
jButton2.setText("1"); jButton2.addActionListener(new}); } jButton1ActionPerformed(evt); {
public void
actionPerformed( evt) {
jButton3.setText("5"); jButton3.addActionListener(new}); } jButton2ActionPerformed(evt); {
public void
actionPerformed( evt) {
jButton4.setText("2"); jButton4.addActionListener(new}); } jButton3ActionPerformed(evt); {
public void
actionPerformed( evt) {
jButton5.setText("6");}); } jButton4ActionPerformed(evt);
jButton5.addActionListener(new {
public void
actionPerformed( evt) {
jButton6.setText("8"); jButton6.addActionListener(new}); } jButton5ActionPerformed(evt); {
public void
actionPerformed( evt) {
jButton7.setText("4"); jButton7.addActionListener(new}); } jButton6ActionPerformed(evt); {
public void
actionPerformed( evt) {
jButton8.setText("7"); jButton8.addActionListener(new}); } jButton7ActionPerformed(evt); {
public void
actionPerformed( evt) {
jButton9.setText("0");
jButton9.addActionListener(new}); } jButton8ActionPerformed(evt); {
public void
actionPerformed( evt) {
jButton10.setText("9"); jButton10.addActionListener(new}); } jButton9ActionPerformed(evt); {
public void
actionPerformed( evt) {
jButton11.setText("\u00f7"); jButton11.addActionListener(new}); } jButton10ActionPerformed(evt); {
public void
actionPerformed( evt) {
jButton12.setText("\u00d7"); jButton12.addActionListener(new}); } jButton11ActionPerformed(evt); {
public void
actionPerformed( evt) {
jButton13.setText("-"); jButton13.addActionListener(new}); } jButton12ActionPerformed(evt); {
public void
actionPerformed( evt) {
篇二:JAVA实验报告
附件2:实验报告封皮
20 —学年第学期
课程
实验报告
学院:计算机科学技术
专业:软件工程
班级:姓名:学号:任课教师:王薇实验日期:XX年 11 月 02 日
-1-
-2-
实验日期:XX年 11 月 06 日-3-
-4-
篇三:java图形用户界面实验报告
南京工程学院
实验报告
课程名称 JAVA基础
实验项目名称图形用户界面设计
实验学生班级