Client applications may wish to select a screen device other than the default - extend this class and override {@link #getScreenDevice()} to do so.
Client applications may wish to explicitly set the DisplayMode - extend this class and override {@link #getDisplayMode(DisplayMode[])} to do so.
Client applications may also have other requirements such as hiding other on-screen controls when in full-screen mode - extend this class and over- ride {@link #onBeforeEnterFullScreenMode} and{@link #onAfterExitFullScreenMode()} to do so.
It may be useful to specify "-Dsun.java2d.d3d=false" on the Windows platform for performance reasons.
|
|
|
|
|
|