CS 257: Software Design

IntelliJ and JavaFX 11

The problem we had with JavaFX in class is due to the removal of JavaFX from Java 11, with the intention of having JavaFX continue as a stand-alone open source project. Though this was announced last March, I missed the announcement, and the transition only happened in late September. Whoops. Here's one news article on the subject.

How to install and run a JavaFX project? The instructions below should help. I took the screenshots on my Mac (easier than dealing with my weird Windows machine), but I'll be happy to hear how it goes for you on all platforms.

Get Java 11

Get JavaFX

Add JavaFX support to the Daleks project