Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Workaround for SceneBuilder failing to load Image?

bloodysmartieSep 16 2012 — edited Sep 25 2012
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2012
Added on Sep 16 2012
8 comments
1,262 views