问题描述

javafx.fxml.LoadException: 
/D:/School%20Life/University/Homework/FMS/fms-gui/fms-gui-javafx/target/classes/fxml/desktop-icon.fxml

	at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
	at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579)
	at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
	at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)

问题分析

问题代码: 

    @Override
    public void initialize(URL location, ResourceBundle resources) {
        resourceBundle = resources;
        this.icon = new Image(resourceBundle.getString("icon"));
        this.label = resourceBundle.getString("label");
        this.desktopIconLabel.setText(label);
        this.desktopIconImage.setImage(icon);
        System.out.println("11");
    }

 

解决方案

 

参考文章

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐