javafx 普通弹框提示

new Alert(Alert.AlertType.NONE, "xxx不存在", new ButtonType[]{ButtonType.CLOSE}).show();

转载于:https://www.cnblogs.com/SEC-fsq/p/6720387.html

你可能感兴趣的:(javafx 普通弹框提示)