Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
144
Preventing floating panes from always being on top
posted

When I float ContentPanes in my application they are always displayed on top of the main window. I would like to change this behavior so that if the user clicks the main window it will come to the top, over the floating panes.

I found the Topmost property on PaneToolWindow, but it doesn't apply here. What do I need to do to implement the desired behavior?