Updating a JavaFX window from a Java-based object

I am learning JavaFX and I am looking for a tutorial on updating JavaFX mapping with a java object. For example, get the update status @ 1hz from the server and show them in the fx window. Is it possible? If yes, are there any textbooks?

Thanks in advance.

+3
source share
1 answer

I understand that calling JavaFX with Java is not currently supported. However, here are two blog posts that at least deal with the topic:

, Java- JavaFX , JavaFX , Java.

+1

All Articles