Hi there!
This is a FXML fragment i'm using:
<HBox id="hboxfull" >
<Label text="Termine"/>
<Pane maxWidth="10" minWidth="10"/>
<ImageView>
<image>
<Image url="@/de/jeed/assets/icons/clock-select.png" />
</image>
</ImageView>
</HBox>
I can't open the file to work on it with SceneBuilder, because it says that the Image URL doesn't have to be empty. Of course, SceneBuilder can't access my image. So is there a way to work around this to be able to use SceneBuilder further?
Best regards,
David