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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JavaFx Scene Builder Help?

Windy Storm5 days ago

I've built Gui applications using a variety of platforms, and built a simple app a few years ago using Java. I need to build another App using java and am having trouble understanding the layout model that SceneBuilder is using. I've watched several youtube examples but none help. Can someone help with a better example? Thx

Here's the desired dialog layout.

And here is my progress so far: Well can't do that. Only one image per post? oh well.

I'll solve the ImagePane problems later. At this point I'd just like to understand enough to build the dialog and begin to hook it to the code.

So far I have:

Splitpane
>vbox
>>menubar
>>>menu items
>>label
>>pane
>>>imageview
>>hBox
>>> btn, scrlbar, btn
>>anchorpane

But the resize behavior is not what I expect. A pointer to an example like this or some directions to work on?

Thanks for your help.

This post has been answered by Windy Storm on Mar 24 2025
Jump to Answer

Comments

Post Details

Added 5 days ago
2 comments
17 views