From the bussines point of view, application has to be good and not expensive. In order to do it cheaply, one has to learn to do it quickly. This is why today we are introducing a tool which supports designing an application in a new enviroment: JavaFX.
Add AnchorPane layout from the top-left list to the dark field in a center.
Find HBox element, next add it to a window (in AnchorPane).
Choose HBox. On the right, in an inspector, switch to “Layout” section. Insert 10 as a left/bottom/right margin for this element.
Add 3 buttons to the HBox. If you want to change their texts, you can do this in the inspector in “Properties”.
Chose created HBox. Go to "Properties" in the inspector. Change “Alignment” value to "CENTER_RIGHT".
Click on two buttons (from the left) using Shift button. Go to “Layout” section in the inspector. Change right margin value to 10.
From menu bar choose Preview->Show Preview in Window.