
Signature
The comp.lang.java.gui FAQ:
http://gd.tuwien.ac.at/faqs/faqs-hierarchy/comp/comp.lang.java.gui/
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
>> Hello everyone, im trying to write an internet cafe program that locks
>> machines when they are not in use. My program is going to work by
[quoted text clipped - 3 lines]
> For Windows? What would be wrong with using the normal screensaver, and
> configuring it so it requires a password?
Typically, you want to be able to force-kick a customer after a certain
period of time. E.g. the customer pays for 2 hours of usage, and after 2
hours, the customer should be locked out, with the option of purchasing more
time.
I don't think you can do this using Java. I don't think a Java program
can block all input. In particular, CTRL-ALT-DEL or ALT-TAB might be
difficult to block.
- Oliver
Carramba - 27 Oct 2006 21:00 GMT
>>> Hello everyone, im trying to write an internet cafe program that locks
>>> machines when they are not in use. My program is going to work by
[quoted text clipped - 11 lines]
> can block all input. In particular, CTRL-ALT-DEL or ALT-TAB might be
> difficult to block.
This is done in windows, by administrating user permissions, and doesn't
have anything to do with java
you just disallow user to change/do certain thing :D
> - Oliver
frostywintersopposite@gmail.com - 03 Nov 2006 11:36 GMT
Thanks guys, and Carramba where might one find these user permissions??
Im not really a windows guy so im not to familiar with the file system.
> >>> Hello everyone, im trying to write an internet cafe program that locks
> >>> machines when they are not in use. My program is going to work by
[quoted text clipped - 15 lines]
> you just disallow user to change/do certain thing :D
> > - Oliver