multithreading - JavaFX-8: Can I read (not write) scene graph properties from background thread? -


i'd write background thread automatically saves position of window preferences after waiting 1 second. understand cannot manipulate scene graph background , need call platform.runlater(), accessing property unsafe? i.e. call mywindow.xproperty.get() or mywindow.getx(). have inside platform.runlater()?

thanks


Comments

Popular posts from this blog

Prolog - Listing -

python - More Issues with overlapping labels in Tkinter -

python - can't seem to get an output from my class -