gpt4 book ai didi

JavaFx:构建后警报不起作用

转载 作者:行者123 更新时间:2023-12-01 10:38:12 25 4
gpt4 key购买 nike

我遇到了一个非常奇怪的问题。我开发了一个程序,应该向用户显示警报(javafx.scene.control.Alert)
在 IDE (Eclipse-Luna) 中它运行良好。要运行该程序,需要在我的电脑上构建并安装 .exe 文件。安装 .exe 文件效果很好。启动程序后,出现一个错误,这让我很困惑。

enter image description here

The error which is shown above (screenshot from my pc), is the position in the program where the Alert should be shown.

Alert alert = new Alert(AlertType.INFORMATION);
alert.setTitle("Information Dialog");
alert.setHeaderText("Look, an Information Dialog");
alert.setContentText("I have a great message for you!");

alert.showAndWait();

技术信息:

  • Windows 7(64 位)
  • JDK 1.8.0_65
  • 创新设置5
  • eclipse 月神(4.4)

我真的很困惑......有人可以帮助我吗?

最佳答案

我在运行 .exe 时遇到了同样的问题。我能够通过卸载应用程序并安装最新的应用程序来解决它。可以使用用于 .msi 构建的 WIX 工具集和用于 exe 构建的 Inno setup 来实现自动卸载。

这可能有帮助: Auto uninstallation of exe builds

关于JavaFx:构建后警报不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34561512/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com