Skip to main content

Layout Techniques

Table of Contents

The JavaFX Layout Techniques You Need to Master
#

Understanding Nodes and Properties and StyleSheets is one thing, but there are also techniques that you’ll need to learn in order to create JavaFX applications.

How to Swap Scenes Properly

13 mins
Taking a look at the three most common design patterns for building systems with user interfaces. How are they different? which one is best? Is there anything better?

Building Views - The "Set It and Forget It" Approach

15 mins
The best way to structure an application is to separate the presentation of your data from the logic of your application. That can be hard to do. But not if you take an approach where you configure your screen elements, put them in the layout and then discard any reference to them.