How could i synchronize the UI developed in JavaFX with Java swing application?
I designed my UI in javaFX and rest of the program done in java Swing .
Now I want to synchronize both. Otherwise how can i develop my project using javaFX instead of using java swing?
please anyone help me to resolve this problem.