为了账号安全,请及时绑定邮箱和手机立即绑定

Thread.sleep 后 Java GUI 未启动

Thread.sleep 后 Java GUI 未启动

ITMISS 2021-07-01 13:58:18
我试图在满足某个条件时弹出一个窗口,但是当满足条件时。窗口没有打开。我正在使用 Thread.sleep代码:public void grow() {    Thread thread = new Thread(() -> {        try {            Thread.sleep(this.harvestTime);            if(water >= waterNeeded && fertelizer >= fertelizerNeeded) {                this.harvest = true;                AlertBox.display("CROP ALERT","A SEED HAS FINISHED GROWING");                Thread.sleep(60000);                if(harvest == true) {                    withered = true;                    harvest = false;                    AlertBox.display("ALERT", "FAILED TO HARVEST A CROP. IT BECAME WITHERED!");                }            }            else {                this.withered = true;            }        } catch (Exception e) {        }    });    thread.start();}
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 162 浏览

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号