Posts by Maurício Borges • 56 points
2 posts
-
2
votes1
answer3802
viewsQ: Error trying to use Javafx 11 with Netbeans 9.0
I’m trying to update my version of Java to 11, but I cannot make it work on IDE. This error appears when trying to create a new project. I know that the JavaFX was taken from JDK from version 11,…
-
2
votes1
answer136
viewsA: Label does not update via setText in Javafx
If you read your exception, you will see that the message is "Not on FX application thread". This was because your setText() was called in a different thread than the one where the Javafx…