如何从 Java Swing 应用程序中识别监视器?
我为我的客户编写了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GraphicsEnvironment.getScreenDevices()
。GraphicsDevice
API。GraphicsEnvironment.getScreenDevices()
.GraphicsDevice
API.