Float « JFrame « Java Swing Q&A





1. How do I create a custom floating Swing component without a JFrame?    stackoverflow.com

I'd like to create a custom swing component such as a desktop widget which does not require a JFrame (or to extend it) to be printed on the screen. I don't want ...

2. Floating window - How to    coderanch.com

3. Floating JFrame?    forums.oracle.com

hi! Im trying to figure out how I can have a floating jframe or dialog box that "floats" over a main JFrame object. Generally I know that I can use something like myFrame.setAlwaysOnTop(true) - but this doesnt give me the functionality that I am looking for. I want the window only "float" over the frame below it, allowing the user to ...