如何从 Java Swing 应用程序中识别监视器?

发布于 2024-11-26 05:57:16 字数 131 浏览 1 评论 0原文

我为我的客户编写了一个 swing 应用程序,其中一些使用多个显示器。不幸的是,Java Swing 应用程序在存在多个监视器并且弹出窗口出现在第一个或第二个窗口中的环境中会感到困惑。如何识别客户端有多个显示器并强制应用程序在一台显示器上一致显示?

I wrote a swing application for my clients and some of them are using multiple monitors. Unfortunately that Java Swing application is confused in environment where multiple monitors present and pop up window appear in either first or second window. How can I identify that client has multiple monitors and force application to show up consistently on one monitor?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千寻… 2024-12-03 05:57:16
  1. 要检测屏幕数量,请使用 GraphicsEnvironment.getScreenDevices()
  2. 要指定监视器,请参阅此问题,或 GraphicsDevice API。
  1. To detect number of screens, use GraphicsEnvironment.getScreenDevices().
  2. To specify the monitor, either refer to this question, or the example in the GraphicsDevice API.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文