I tried to use Swing Components in JavaFX with the SwingNode:
public class MyTest extends Application { @Override public void start(Stage stage) {
The Problem is an known bug in java 8 update 31.
(https://javafx-jira.kenai.com/browse/RT-37810)
It is fixed in java 8 update 40.