How do you turn on and off a monitor from within a Java application?

后端 未结 4 866
长发绾君心
长发绾君心 2020-12-06 03:12

How do you turn on and off a monitor from within a Java application?

In case you\'re wondering why, this is a kiosk style application where it would be great to turn

4条回答
  •  离开以前
    2020-12-06 04:01

    While you can query the monitor configurations with Java, there is no way to turn the monitors on and off programatically without using JNI.

提交回复
热议问题