Versus the GTK look and feel:
This was done by adding the following snippet to my JavaFX code:
This was done by adding the following snippet to my JavaFX code:
import javax.swing.UIManager;
UIManager.setLookAndFeel(
UIManager.getSystemLookAndFeelClassName());
Oh neat, native UI components.