Questions about JCK test failures on x86_64 Ubuntu 16.04 with openjdk8
govindan.srinivassan at oracle.com
govindan.srinivassan at oracle.com
Tue Jan 30 11:19:28 UTC 2018
Simon,
As per your 1 & 3, if below JDK api code returns false and JCK passes
with "WindowTranslucency.TRANSLUCENT is not supported", we can not do
much here in JCK perspective. I would rather see this as graphics
hardware or JDK issue, but not a JCK issue.
protected boolean translucencySupported = create100x100Window()
.getGraphicsConfiguration().getDevice()
.isWindowTranslucencySupported(GraphicsDevice.WindowTranslucency.TRANSLUCENT);
On the other hand,
if the above code returns true, and enters into the test code , then
failing with assertion of Pixel's numeric value not matching, Then I
would recommend you to check proper resolution of 1280X1024 (5:4 ratio)
and no disturbance of other window while this test is running.
Thanks,
Govindan
On 26/01/18 5:11 PM, Simon Rushton wrote:
> Govind,
>
> Following your suggestions:
>
> 1. The ShapePixel* tests pass if the background is pure white or pure
> black. I didn't test all other colours obviously, but the tests fail
> if the background is the javatest GUI harness (which is white-ish),
> which it would normally be if that is how you're running the tests, or
> with the default Ubuntu desktop (which is purple-ish).
> - If I use a virtual xvfb the display returns 'transparency not
> available' and the then result of OpacityPixelChecking becomes
> 'passed' though it doesn't actually execute.
>
> 2. I tried various values for the timeoutfactor for the
> OpacityPixelChecking test
> - There was no effect on the result if I increased it from the default
> of 1
> - If I decreased it then different runs gave different numbers of
> failures (of the subtests). There were always more failures than with
> timeout value set to 1. The actual number of failures varied from one
> run to the next with the same timeout value.
>
> 3. I ran the OpacityPixelChecking test on a physical Ubuntu 16.04. It
> had NVIDIA Corporation GM107GLM [Quadro M1000M] graphics. When the
> test runs this is the output
>
> completelyTranslucent: Passed. Not applicable. Reason:
> WindowTranslucency.TRANSLUCENT is not supported
> STATUS:Passed.test cases: 1; all not applicable
>
> So the test case is not actually executing (though there are
> translucent windows visible the display).
> This is the same output I see when I run with the virtual xvfb display.
>
> 4. I ran the PixelChecking.java program on the VirtualBox Ubuntu. The
> tests in that program passed ok. This is the output:
>
> Translucency is supported. Continue..
>
> =============== Device Information ===========================
> No of devices: 1
>
> Available Devices
> -----------------
>
> Graphics Device 0: X11GraphicsDevice[screen=0]
>
> Available Graphics Configs
> --------------------------
> GraphicsConfig 0:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x21]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 1:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x193]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 2:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x194]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 3:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x195]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 4:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x196]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 5:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x197]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 6:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x198]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 7:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x199]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 8:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19a]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 9:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19b]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 10:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19c]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 11:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19d]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 12:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19e]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 13:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19f]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 14:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 15:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 16:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 17:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 18:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 19:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 20:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 21:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 22:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 23:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 24:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1aa]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 25:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ab]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 26:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ac]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 27:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ad]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 28:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ae]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 29:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1af]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 30:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 31:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 32:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 33:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 34:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 35:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 36:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 37:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 38:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 39:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 40:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ba]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 41:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1bb]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 42:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1bc]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 43:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1bd]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 44:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1be]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 45:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1bf]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 46:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 47:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 48:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 49:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 50:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 51:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 52:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 53:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 54:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 55:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 56:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ca]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 57:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1cb]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 58:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1cc]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 59:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1cd]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 60:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ce]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 61:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1cf]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 62:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 63:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 64:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 65:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 66:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 67:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 68:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 69:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 70:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 71:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 72:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1da]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 73:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1db]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 74:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1dc]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 75:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1dd]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 76:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1de]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 77:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1df]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 78:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 79:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 80:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 81:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 82:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 83:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 84:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 85:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 86:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 87:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 88:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ea]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 89:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1eb]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 90:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ec]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 91:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ed]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 92:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ee]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 93:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ef]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 94:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 95:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 96:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 97:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 98:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 99:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 100:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 101:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 102:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 103:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 104:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1fa]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 105:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1fb]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 106:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1fc]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 107:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1fd]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 108:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1fe]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 109:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ff]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 110:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x200]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 111:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x201]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 112:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x202]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 113:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x203]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 114:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x204]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 115:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x205]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 116:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x206]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 117:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x207]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 118:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x208]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 119:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x66]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
>
> Default Config:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x21]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for default GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
> Accelerated Memory: -1
> Current Display Mode: width: 1920 height: 964 Color Depth: -1 Refresh
> Rate: 60
>
> Default Device: X11GraphicsDevice[screen=0]
>
> isMultiScreen? false
> isVirtualScreen? false
> isVirtualScreenHorizontal? false
> isVirtualScreenVertical? false
>
> Max Window Bounds: java.awt.Rectangle[x=65,y=24,width=1855,height=940]
> Screen Size: java.awt.Dimension[width=1920,height=964]
>
> ==============================================================
>
> =============== Device Information ===========================
> No of devices: 1
>
> Available Devices
> -----------------
>
> Graphics Device 0: X11GraphicsDevice[screen=0]
>
> Available Graphics Configs
> --------------------------
> GraphicsConfig 0:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x21]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 1:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x193]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 2:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x194]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 3:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x195]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 4:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x196]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 5:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x197]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 6:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x198]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 7:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x199]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 8:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19a]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 9:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19b]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 10:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19c]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 11:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19d]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 12:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19e]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 13:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x19f]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 14:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 15:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 16:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 17:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 18:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 19:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 20:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 21:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 22:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 23:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1a9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 24:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1aa]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 25:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ab]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 26:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ac]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 27:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ad]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 28:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ae]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 29:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1af]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 30:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 31:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 32:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 33:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 34:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 35:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 36:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 37:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 38:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 39:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1b9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 40:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ba]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 41:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1bb]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 42:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1bc]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 43:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1bd]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 44:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1be]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 45:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1bf]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 46:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 47:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 48:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 49:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 50:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 51:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 52:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 53:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 54:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 55:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1c9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 56:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ca]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 57:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1cb]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 58:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1cc]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 59:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1cd]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 60:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ce]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 61:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1cf]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 62:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 63:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 64:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 65:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 66:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 67:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 68:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 69:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 70:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 71:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1d9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 72:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1da]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 73:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1db]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 74:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1dc]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 75:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1dd]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 76:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1de]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 77:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1df]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 78:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 79:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 80:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 81:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 82:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 83:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 84:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 85:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 86:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 87:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1e9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 88:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ea]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 89:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1eb]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 90:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ec]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 91:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ed]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 92:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ee]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 93:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ef]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 94:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f0]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 95:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f1]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 96:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f2]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 97:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f3]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 98:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f4]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 99:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f5]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 100:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f6]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 101:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f7]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 102:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f8]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 103:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1f9]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 104:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1fa]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 105:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1fb]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 106:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1fc]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 107:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1fd]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 108:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1fe]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 109:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x1ff]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 110:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x200]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 111:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x201]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 112:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x202]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 113:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x203]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 114:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x204]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 115:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x205]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 116:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x206]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 117:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x207]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 118:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x208]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
> GraphicsConfig 119:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x66]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for this GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
>
>
> is MultiBuffer Available: false
> is Page Flipping?: true
> is FullScreen Required?: false
> is Accelerated?: false
> is True Volatile?: false
>
>
>
> Default Config:
> X11GraphicsConfig[dev=X11GraphicsDevice[screen=0],vis=0x21]
> Bounds: java.awt.Rectangle[x=0,y=0,width=1920,height=964]
> Screen Insets for default GC:
> java.awt.Insets[top=24,left=65,bottom=0,right=0]
> Accelerated Memory: -1
> Current Display Mode: width: 1920 height: 964 Color Depth: -1 Refresh
> Rate: 60
>
> Default Device: X11GraphicsDevice[screen=0]
>
> isMultiScreen? false
> isVirtualScreen? false
> isVirtualScreenHorizontal? false
> isVirtualScreenVertical? false
>
> Max Window Bounds: java.awt.Rectangle[x=65,y=24,width=1855,height=940]
> Screen Size: java.awt.Dimension[width=1920,height=964]
>
> ==============================================================
>
>
> Test: Background color: BLACK Foreground Color: BLUE
> Pixel Color as per Robot: java.awt.Color[r=0,g=0,b=255]
> FG window check Pass for Color: BLUE
> Pixel Color as per Robot: java.awt.Color[r=0,g=0,b=0]
> BG window check Pass for Color: BLACK
>
>
> Test: Background color: WHITE Foreground Color: GREEN
> Pixel Color as per Robot: java.awt.Color[r=0,g=255,b=0]
> FG window check Pass for Color: GREEN
> Pixel Color as per Robot: java.awt.Color[r=255,g=255,b=255]
> BG window check Pass for Color: WHITE
>
>
> Test: Background color: RED Foreground Color: CYAN
> Pixel Color as per Robot: java.awt.Color[r=0,g=255,b=255]
> FG window check Pass for Color: CYAN
> Pixel Color as per Robot: java.awt.Color[r=255,g=0,b=0]
> BG window check Pass for Color: RED
>
>
> Test: Background color: CYAN Foreground Color: RED
> Pixel Color as per Robot: java.awt.Color[r=255,g=0,b=0]
> FG window check Pass for Color: RED
> Pixel Color as per Robot: java.awt.Color[r=0,g=255,b=255]
> BG window check Pass for Color: CYAN
>
>
> Test: Background color: GREEN Foreground Color: WHITE
> Pixel Color as per Robot: java.awt.Color[r=255,g=255,b=255]
> FG window check Pass for Color: WHITE
> Pixel Color as per Robot: java.awt.Color[r=0,g=255,b=0]
> BG window check Pass for Color: GREEN
>
>
> Test: Background color: BLUE Foreground Color: BLACK
> Pixel Color as per Robot: java.awt.Color[r=0,g=0,b=0]
> FG window check Pass for Color: BLACK
> Pixel Color as per Robot: java.awt.Color[r=0,g=0,b=255]
> BG window check Pass for Color: BLUE
>
> Simon
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with
> number 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
>
>
> _______________________________________________
> conformance-discuss mailing list
> conformance-discuss at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/conformance-discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/conformance-discuss/attachments/20180130/0feab672/attachment-0001.html>
More information about the conformance-discuss
mailing list