I'm still new to java, and this is my very first JavaFX project, I have Intellij and I have installed the latest java SDK from the official website, which is version 13 the fxml file scene builder has no problem but the problem is with the text side, as it shows a message telling that the SDK is not configured and that the packages are not yet installed...
I tried doing the same project on another slower machine with SDK 11 installed and everything looks alright, so I'm pretty sure it's all about the SDK 13.
Is there anything that I have to install/configure to get JavaFX run?