I want to create an overlay in Java that is transparent, always on top, and that I can click-through. I\'ve found some sim
Why not just make use of the existing JLayeredPane? This blog post demonstrates putting a wide variety of overlays on a JFrame, including text, images, and dynamically drawn pixels.
JLayeredPane