I\'m converting a Swing/Graphics2D app with a lot of custom painting to a JavaFX2 app. Although I absolutely love the new API, I seem to have a performance problem when pain
you can use : Node.setCache(true); (i use it with a Pane with many childrens like a TextField)