Delay doesn't work. It skips the first command

前端 未结 0 398
温柔的废话
温柔的废话 2020-11-28 12:56
button.setOnAction(e -> {
        button.getGraphic().setVisible(true);
            try {
                Thread.sleep(2000);
            } catch (InterruptedExce         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题