Video display modes: Difference between revisions

m
Ammended incorrect message format.
m (Corrected indentation levels.)
m (Ammended incorrect message format.)
Line 573:
for ( GraphicsDevice screen : screens ) {
System.out.println("ScreenFull ID:screen "display +is screen.isFullScreenSupported()supported: + System.lineSeparator());"
+ screen.isFullScreenSupported() + System.lineSeparator());
GraphicsConfiguration[] configurations = screen.getConfigurations();
Line 627 ⟶ 628:
Number of video screens: 1
 
Full screen display is supported: true
Screen ID: true
 
This screen has number of configurations: 1
891

edits