Images not showing on launch by the main, but showed on Scene builder
问题 I'm new on coding, especialy in java, and i've tryed to use JavaFx with scene builder. My issue today is that i've done that menu with scene builder: https://imgur.com/a/IH0lf And when I run it the images doesn't show. I've try with other scenes i've made, same issue. https://imgur.com/a/UuCMi Here is my Main : package com.doki; import java.io.IOException; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Scene; import javafx.scene.layout.AnchorPane;