Fw: (by [email protected])create a thread to monitoring the mouse
"juliaroberts20" <[email protected]> Fri, 24 Feb 2006 16:41:14 +0800 (CST)
| Newsgroups | gmane.comp.java.jxta.user,gmane.comp.java.jxta.general |
|---|---|
| Message-ID | <[email protected]> |
hi, i am doing a project and meets a problem. i want to create a thread to always monitor the mouse(even it does not get the focus). i know in the java application/applet, the component must get the focus and then it can listen the event. but if the component lose the focus , it won't capture the events .... it likes a deamon thread. but how to implements? anybody gives me ideas??? thanks.