Add transparent BufferedImage over a canvas in JLayeredPane
843806Dec 25 2007 — edited Dec 25 2007Basically, I have a JLayeredpane and I want to add a trasparent BufferedImage to it, yet the only way that I can think of is adding a Canvas to the top, although these do not seem to support transparency, anyway, any ideas? Thanks in advance