Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想和你分享这个小技巧,因为一开始这对我来说是一个很大的痛苦。
在您的代码中添加一个应该加载新文件的新 FXMLLoader 时,如果您使用外部应用程序(例如 SceneBuilder)创建了该 FXML 文件,它一开始就不起作用。
简单的解决方案是刷新您的项目目录或至少刷新您存储 FXML 文件的文件夹/包。右键单击 -> 刷新或简单的 F5(但您必须先单击包/文件夹)。
假设您的异常没有其他原因,现在运行它,它将正确加载新的 FXML 文件。