424425426427428429430431432433434
btnTopList.setOnAction(new EventHandler<ActionEvent>() { @Override public void handle(ActionEvent e) { topListStage = new TopListStage(JITWatchUI.this); StageManager.addAndShow(topListStage); btnTopList.setDisable(true); }