0

I have JWindow which is semi transparent so you can see whatever is on desktop. Then I have it set to be always on top. That all works fine but what i would like to do next is to be able to click whatever is behind JWindow. I can see what is behind but there is some default listener or something that changes my mouse and not being able to click through it. If anyone has suggestion on how to achieve that i would be glad to hear it.

public Class extends JWindow {
    setAlwaysOnTop(true);
    setSize(100, 100);      
    setBackground(new Color(255, 0, 0, 10));        
    setVisible(true);
}
freaksor9
  • 71
  • 4

0 Answers0