> Hello all,
>
> Is there a way to detect if a swing applet
Applet? Barf!
> user is idle for X minutes
> without adding listeners to every component?
EventQueue#getMostRecentEventTime()
ecs - 07 Mar 2007 21:44 GMT
On Mar 7, 4:04 pm, "a24...@googlemail.com" <a24...@googlemail.com>
wrote:
> > Hello all,
>
[quoted text clipped - 6 lines]
>
> EventQueue#getMostRecentEventTime()
Thanks! I think that is what I need.