Search code examples
javatransparencyjframebackground-image

Transparent JFrame background


Is it possible to make a JFrame that has a transparent background and draw an image on it, so only the image will be visible with no border or background?


Solution

  • See Translucent and Shaped Swing Windows by Kirill Grouchnikov.