Yeah, we probably should. We should define some us...
# tornadofx
e
Yeah, we probably should. We should define some use cases and provide solutions. For Swing apps I (think I) would recommend starting an App class to spin up the JavaFX thread by calling
Application.launch()
. Then everything would be initialized as usual, and there should be no problems. That might be the solution to most Swing-interop-issues actually.