It sounds like he wants to lock you out of all OS processes, not just the one running the java app. This would surely require some native OS-specific code. Otherwise, you can always just switch out of the process running the VM.
James ----- Original Message ----- From: "Greg Munt" <[EMAIL PROTECTED]> To: "Andrei POSTOLACHE" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 3:14 AM Subject: Re: Lock the screen > Wouldn't a simple modal dialog work? > > ----- Original Message ----- > From: "Andrei POSTOLACHE" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, April 18, 2002 4:31 PM > Subject: Lock the screen > > > > How can i lock the screen with swing? Just like a screen saver does when > > ascking for a password. I'm messing around with KeyEvent and awt.Robot, bu > > the solution is not complete. Is there a better way? > > Thanks > > > > -- > > > > -- > > Dowsed in mud, soaked in bleach > > Andrei Postolache > > -- > > > > _______________________________________________ > > Advanced-swing mailing list > > [EMAIL PROTECTED] > > http://eos.dk/mailman/listinfo/advanced-swing > > > > > _______________________________________________ > Advanced-swing mailing list > [EMAIL PROTECTED] > http://eos.dk/mailman/listinfo/advanced-swing > > _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
