• 大小: 4KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: Java
  • 标签: java  GUI  摇奖  多线程  

资源简介

java 多线程GUI摇奖程序 java 多线程GUI摇奖程序

资源截图

代码片段和文件信息

package listener;

import threads.One;
import threads.Three;
import threads.Two;

public class RollAll {
One one = new One();
Two two = new Two();
Three three = new Three();
public void roll(){
one.start();
two.start();
three.start();
}

public void stop(){
one.stop();
two.stop();
three.stop();
}
public void stopOne(){
one.stop();
}
public void stopTwo(){
two.stop();
}
public void stopThree(){
three.stop();
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        480  2008-07-09 19:13  Gameble\src\listener\RollAll.java

     文件        502  2008-07-09 19:13  Gameble\src\threads\One.java

     文件        479  2008-07-09 19:13  Gameble\src\threads\Three.java

     文件        473  2008-07-09 19:13  Gameble\src\threads\Two.java

     文件       1020  2008-07-09 19:13  Gameble\src\tools\CreateTelNo.java

     文件       8656  2008-07-09 19:13  Gameble\src\view\GambleMain.java

     目录          0  2008-12-31 13:24  Gameble\src\listener

     目录          0  2008-12-31 13:24  Gameble\src\threads

     目录          0  2008-12-31 13:24  Gameble\src\tools

     目录          0  2008-12-31 13:24  Gameble\src\view

     目录          0  2008-12-31 13:24  Gameble\src

     目录          0  2008-12-31 13:24  Gameble

----------- ---------  ---------- -----  ----

                11610                    12


评论

共有 条评论