是否可以从 java 获取 os x 中连接的显示器支持的最大分辨率?
假设java 1.6 和leopard。 理想情况下,最好能获得所有支持的分辨率和当前分辨率的列表。 如果这在java中不可能,是否有某种方法可以从java调用?
Assume java 1.6 and leopard. Ideally, it would also be nice to get a list of all supported resolutions and the current resolution. If this isn't possible in java, is there some way to do it that could be called from java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用此代码您可以确定当前的分辨率。 在我的系统(SuSE linux)上,它不输出可能的分辨率。
似乎适用于 Mac 和 Windows。
With this code you can determine the current resolution. On my system (SuSE linux) it does NOT output the possible resolutions.
Seems to work an Mac and Windows.