Reputation: 2515
A javaFX project in net.beans allows you to write normal Java classes (POJOs, not the FX ones), so I assume the FX SDK includes some version of Java SDK. The thing I don't understand is why are some classes like javax.swing.table.TableRowSorter missing.
Upvotes: 0
Views: 142
Reputation: 1735
I do not believe that the JavaFX SDK includes the standard JDK. If you have NetBeans installed, you probably have the standard JDK installed, as it is listed in the software requirements for NetBeans (here). I don't know why some classes would be missing, but the entire JDK should be available. Someone please correct me if I am wrong.
Upvotes: 1