資源簡(jiǎn)介
java 多線程GUI搖獎(jiǎng)程序
java 多線程GUI搖獎(jiǎng)程序
代碼片段和文件信息
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();
}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????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
評(píng)論
共有 條評(píng)論