Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Build a JavaFX Application Graphical User Interfaces Getting Started

Configuring SDK for JavaFX 11 project in Java 11

This is not a question just a tip.

JavaFX 11 is no longer bundled with JDK , it builds on top of JDK 11 and is a standalone component. Just see this video on how to integrate them https://www.youtube.com/watch?v=qn2tbftFjno

You need to download the stand-alone JavaFx here >>>> https://gluonhq.com/products/javafx/

Cheers

Tks so much!

Thank you!

Your are welcome duc bui and Cameron Jones

This saved me, thank you! :)