JAVA-I don't want clicking on my app make other apps lose focus
- by Auxiliary
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.