I am trying to open new dialog
on click of a button
which is inside the dialog window
.
I am getting the below error.
Key already associated with a running event loop: javafx.scene.Scene@57eef8ee
at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:536)
at org.controlsfx.dialog.LightweightDialog.show(LightweightDialog.java:224)
at org.controlsfx.dialog.Dialog.show(Dialog.java:323)