Is there an error in this Java book? or am I missing something? (DisplayMode)

旧时模样 提交于 2019-12-02 05:45:41

DisplayMode has to do with Java "Full Screen Exclusive Mode" functions, which are documented here:

I would encourage you to try some of the sample programs here:

The bottom line is:

1) not all OS's or display devices are necessarily supported by this API

2) All combinations of arbitrary DisplayMode settings aren't necessarily supported if the device itself doesn't support them

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!