I\'ve got a simple program which atm displays a transparant window with an image on it, which is always on top of other windows. Is it possible to direct input past my app s
You can click through a JFrame with this code...
JFrame
AWTUtilities.setWindowOpaque(this, false); AWTUtilities.setWindowOpacity(this, 0.8f);