Don't forget that we get some nice benefits with JavaFX dealing with widgets. With everything being a <div> or <section> in the web world, you need Bootstrap or Flexbox to effectively build a grid. In JavaFX, you can build almost any layout by wrapping up HBoxes and VBoxes and setting up the appropriate properties.