JAVA-I don't want clicking on my app make other apps lose focus
Posted
by Auxiliary
on Stack Overflow
See other posts from Stack Overflow
or by Auxiliary
Published on 2010-05-06T12:03:03Z
Indexed on
2010/05/06
12:08 UTC
Read the original article
Hit count: 233
Wow, what a stupid question you might say. But is it possible? I have a mouse move event in a Jpanel and it works even when the application is not in focus, now can I have something like that for the clicking event or something similar. And most importantly I don't want other apps (even something like the main menu) to lose focus when i click on my app. I was the system's event queue but i'm not sure where that would lead me to.
Thanks in advance.
© Stack Overflow or respective owner