Is it possible to create a non-modal frame (or similar) that can be dragged outside the main application window?
For example, I have a log console Frame and some other non-modal info Frames that a user can show/hide. I want them to be able to drag it out from in front of the main application window, like to another monitor. At the moment, the Frames will get cutoff when they pass the edge of the underlying app window. Thanks, Josh