Java外接显示器连接回调?

发布于 2024-09-08 05:05:09 字数 266 浏览 2 评论 0原文

我正在编写一个演示应用程序,该应用程序应该以扩展模式显示在第二个显示器上。

为此,我想要一个“开始演示”按钮,它反映外部显示器连接的实际状态:如果没有连接外部显示器,它应该是灰色且不可单击的。如果至少有一个连接,则应启用它。

我见过 GraphicsEnvironment 类,但它只有 getXXX 方法。这是低效的,因为我必须每隔几秒钟检查一次状态,并且状态不会立即更新。

显示连接上是否有回调方法或类似的方法用于此目的?

谢谢硕

I'm writing a presentation app which is supposed to present on the 2nd display in extended mode.

For that I want to have a "Start presentation" button which reflects the actual state of external display connections: it should be gray and non-clickable if no external displays are connected. And it should be enabled if there is at least one connected.

I have seen the GraphicsEnvironment class but it only has getXXX methods. It's inefficient because I will have to check the state every few seconds and the state updates not immediately.

Is there a callback method on display connection or something like that for this purpose?

Thanks

Shuo

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文