Is there a way to force a JavaFX app to repaint itself before proceeding? Similar to a Swing Panel\'s paint(Graphic g) method (I might be getting the keywords wrong there).<
This won't be the most helpful answer as I have toyed around with JavaFX for all of half a day, but wouldn't you use Timelines, Keyframes, and binding to accomplish your repaints instead of calling them explicitly like you have described?