Javafx : Platform runlater issue from swing to javafx -


i stuck in situation have application developed in swing , part developed in javafx.

when use platform.runlater javafx changes flow of execution want run javafx block @ same time .

i added hbox vbox.

is there way run javafx application same time (not using runlater).

if not using runlater exception thrown (like javafxthread pool-2...)


Comments