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.