Is there any way to turn off the monitor screen light using java code like a screen saver does.Pressing a button will turn off the screen light and for pressing any key or mouse move the light comes back.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That is a function that is already implemented by your operating system. It is tied in so deeply within operation system and hardware dependent functions turning it’s difficult to do it in pure Java, anyway you can easily do it on C++