【发布时间】:2015-03-30 14:42:13
【问题描述】:
当警报打开时,这会最小化主窗口,显示警报,当我关闭警报时,返回主窗口。 警报可能显示在主窗口上方?? 谢谢。
Alert alert = new Alert(Alert.AlertType.INFORMATION);
alert.setTitle("Information Dialog");
alert.setTitle("Information Dialog");
alert.setHeaderText("Look, an Information Dialog");
alert.show();
谢谢。
【问题讨论】: