- 4
- 0
- 约1.26万字
- 约 12页
- 2017-03-09 发布于贵州
- 举报
JAVA鼠标键监听
《Java编程》实验报告
班级 学号 任课教师 姓名 成绩 课程名称 《Java编程》 实验时间 实验题目 实验11 实验内容 package lrs;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Experiment11_1 extends JFrame implements ActionListener
JPanel jp null;
JButton jb1 null;
JButton jb2 null;
JButton jb3 null;
JButton jb4 null;
JButton jb5 null;
JButton jb6 null;
public static void main String[] args // TODO Auto-generated method stub
new Experiment11_1 ; public Experiment11_1 jp new JPanel ;
jb1 new JButton Button 1 ;
jb2 new JButton Button 2 ;
jb3 new JButton Button 3 ;
jb4 new JButton Button 4 ;
jb5 new JButton Button 5 ;
jb6 new JButton Button 6 ;
jb1.addActionListener this ;
jb2.addActionListener this ;
jb3.addActionListener this ;
jb4.addActionListener this ;
jb5.addActionListener this ;
jb6.addActionListener this ;
jb1.setActionCommand 1 ;
jb2.setActionCommand 2 ;
jb3.setActionCommand 3 ;
jb4.setActionCommand 4 ;
jb5.setActionCommand 5 ;
jb6.setActionCommand 6 ;
jp.setLayout new FlowLayout ;
jp.add jb1 ;
jp.add jb2 ;
jp.add jb3 ;
jp.add jb4 ;
jp.add jb5 ;
jp.add jb6 ;
this.add jp ;
this.setLayout new FlowLayout ;
this.setTitle 六个按钮 ;
this.setSize 550, 80 ;
this.setLocationRelativeTo null ;
this.setVisible true ;
this.setDefaultCloseOperation EXIT_ON_CLOSE ; @Override
public void actionPerformed ActionEvent e // TODO Auto-generated method stub
int i Integer.parseInt e.getActionCommand ;
System.out.println Button +i+ was clickek ; package lrs;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Experiment11_2 extends JFrame implements ActionListener
MyPanel mp null;
JPanel jp null;
JButton jb1 null;
JButton jb2 null;
JButton jb3 null;
JButton jb4 null;
public static void main String[] args // TODO Auto-generated method stub
new Experiment11_2 ; public Experiment11_2 mp new MyPanel ;
jp new JPanel ;
jb1 new JButton Left ;
jb2 new JButton Right ;
j
您可能关注的文档
- iphone4最全入门使用教程.doc
- iphone4态桌面和来电视频制作步骤.doc
- iPhone4机操作指南.doc
- Iphone4机铃声制作教程(详解版).doc
- iphone4用经验大全.docx
- IPhone与Tune的同步设定方法.docx
- iPhone固降级通用教程.doc
- iphone如改短信铃声.docx
- iphone改铃声的方法(未越狱).doc
- iPhone新必学:25个iPhone4技巧.doc
- 广东省广州省实验中学教育集团2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 广东省广州大学附属中学2025-2026学年八年级上学期奥班期中物理试题(解析版).docx
- 广东省广州市第八十六中学2025-2026学年八年级上学期期中物理试题(含答案).docx
- 广东省广州市第八十九中学2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 广东省广州市第二中学2025-2026学年八年级上学期期中考试物理试题(含答案).docx
- 广东省广州市第八十六中学2025-2026学年八年级上学期期中物理试题(解析版).docx
- 广东省广州市第八十九中学2025-2026学年八年级上学期期中考试物理试题(含答案).docx
- 广东省广州市第二中学2025-2026学年八年级上学期期中考试物理试题(解析版).docx
- 2026《中国人寿上海分公司营销员培训体系优化研究》18000字.docx
- 《生物探究性实验教学》中小学教师资格模拟试题.docx
原创力文档

文档评论(0)