网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 交易代码 > Java精品代码 > 正文

java小游戏源代码

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务
l1);
   contentPane.add(jButton2);
   contentPane.add(jButton1);
   contentPane.add(jSlider1);
   contentPane.add(jLabel1);
   contentPane.add(jLabel2);
   this.addKeyListener(new MyListener());
   jButton1.addKeyListener(new MyListener());
   jSlider1.addKeyListener(new MyListener());
   jSlider1.addChangeListener(new ChangeListener() {
    public void stateChanged(ChangeEvent e) {
     rapidity = jSlider1.getValue();
    }
   });
}

public void run() {
   number.clear();
   zhengque = 0;
   cuowu = 0;
   paiduan = "true";
   while (count <= rush[rush_count]) {
    try {
     Thread t = new Thread(new Tthread());
     t.start();
     count += 1;
     Thread.sleep(1000 + (int) (Math.random() * 2000)); // 生产下组停顿时间
     // 最快1快.最慢2秒
    } catch (InterruptedException e) {
     e.printStackTrace();
    }
   }

   while (true) { // 等待最后一个字符消失
    if (number.size() == 0) {
     break;
    }
   }

   if (zhengque == 0) { // 为了以后相除..如果全部正确或者错误就会出现错误. 所以..
    zhengque = 1;
   }
   if (cuowu == 0) {
    cuowu = 1;
   }

   if (paiduan.equals("true")) { // 判断是否是自然结束
    if (zhengque / cuowu >= 2) {
     JOptionPane.showMessageDialog(null, "恭喜你过关了");
     rush_count += 1; // 自动加1关
     if (rush_count < rush.length) {
      if (rapidity > 10) { // 当速度大于10的时候在-5提加速度.怕速度太快
       rapidity -= 5; // 速度自动减10毫秒
       jSlider1.setValue(rapidity); // 选择位置
      }
      Thread t = new Thread(this);
      t.start();
     } else {
      JOptionPane.showMessageDialog(null, "牛B...你通关了..");
      rush_count = 0;
      count = 0;
     }
    } else {
     JOptionPane.showMessageDialog(null, "请再接再励");
     rush_count = 0;
     count = 0;
    }
   } else {
    rush_count = 0;
    count = 0;
   }
}

public void jButton1_actionPerformed(ActionEvent e) {
   Thread t = new Thread(this);
   t.start();
}

public void jButton2_actionPerformed(ActionEvent e) {
   count = rush[rush_count] + 1;
   paiduan = "flase";
}

class Tthread implements Runnable {
   public void run() {
    boolean fo = true;
    int Y = 0, X = 0;
    JLabel show = new JLabel();
    show.setFont(new java.awt.Font("宋体", Font.PLAIN, 33));
    jPanel1.add(show);
    X = 10 + (int) (Math.random() * 400);
    String parameter = list[(int) (Math.random() * list.length)] + "";
    Bean bean = new Bean();
    bean.setParameter(parameter);
    bean.setShow(show);
    number.add(bean);
    show.setText(parameter);
    while (fo) {
     // --------------
  • 上一篇资讯: 使用非JAVA代码
  • 下一篇资讯: 广告业务管理系统
  • 设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
    版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师