javafx in interaction between different parts of application
soory for the messy headline
I'm need to use javafx to write a code that will make things appear on the
screen at predetermined but irregular intervals. I tried to use a
java.util.timer but it turns out you can't change anything in the
application if you are working from a separate thread. Can anyone tell me
how I could get a Timer to interact with the application if they are both
separate threads?
No comments:
Post a Comment