Blocks :
|
|
Duplicate :
|
|
Relates :
|
Currently if you are embedding a JFXPanel in a Swing component and the Panel was closed, there is no way to reopen a new JFXPanel. This is due to the fact that when all windows are closed Platform.exit is called internally.
|