On Fri, 28 Jun 2024 14:12:37 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

> To allow removing and then re-adding the `JFXPanel`, we would need to not 
> call `Window.hide` when the `JFXPanel` is removed.

I am not sure if this is a problem as just as `JFXPanel.removeNotify` does 
`Window.hide` but at the same time when we add JFXPanel to frame, it calls 
`JFXPanel.addNotify` which does `Window.show` so tit gets hidden when JFXPanel 
is removed and shown when JFXPanel is added

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1493#issuecomment-2199284935

Reply via email to