GLProfile.init firstUIActionOnProcess false
java.lang.Throwable: Info: NativeWindowFactory.initSingleton(false)
	at javax.media.nativewindow.NativeWindowFactory.initSingleton(NativeWindowFactory.java:131)
	at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1079)
	at javax.media.opengl.GLProfile.access$000(GLProfile.java:66)
	at javax.media.opengl.GLProfile$1.run(GLProfile.java:107)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:105)
	at javax.media.opengl.GLProfile.validateInitialization(GLProfile.java:1304)
	at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1455)
	at javax.media.opengl.GLProfile.get(GLProfile.java:533)
	at javax.media.opengl.GLProfile.getDefault(GLProfile.java:431)
	at javax.media.opengl.GLProfile.getDefault(GLProfile.java:437)
	at JOGLHelloWorld.<init>(JOGLHelloWorld.java:18)
	at JOGLHelloWorld.main(JOGLHelloWorld.java:30)
JOGL/Java2D integration disabled
JAWTUtil: Has sun.awt.SunToolkit.awtLock/awtUnlock true
JAWTUtil: Has Java2D true
JAWTUtil: Is headless false
NativeWindowFactory.registerFactory() interface javax.media.nativewindow.NativeWindow -> com.jogamp.nativewindow.impl.NativeWindowFactoryImpl@76f8968f
NativeWindowFactory.registerFactory() class java.awt.Component -> com.jogamp.nativewindow.impl.NativeWindowFactoryImpl@76f8968f
NativeWindowFactory firstUIActionOnProcess false
NativeWindowFactory isAWTAvailable true, defaultFactory com.jogamp.nativewindow.impl.NativeWindowFactoryImpl@76f8968f
GLDrawableFactory.static - Native OS Factory for: Windows: com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory
GraphicsConfigurationFactory.registerFactory() interface javax.media.nativewindow.AbstractGraphicsDevice -> com.jogamp.nativewindow.impl.GraphicsConfigurationFactoryImpl@60961dff
GraphicsConfigurationFactory.registerFactory() class javax.media.nativewindow.windows.WindowsGraphicsDevice -> com.jogamp.opengl.impl.windows.wgl.WindowsWGLGraphicsConfigurationFactory@9a082e2
GraphicsConfigurationFactory.registerFactory() class javax.media.nativewindow.awt.AWTGraphicsDevice -> com.jogamp.opengl.impl.windows.wgl.awt.WindowsAWTWGLGraphicsConfigurationFactory@5cac6a45
GraphicsConfigurationFactory.registerFactory() class javax.media.nativewindow.egl.EGLGraphicsDevice -> com.jogamp.opengl.impl.egl.EGLGraphicsConfigurationFactory@3b6f0be8
java.lang.Throwable: Info: GLProfile.initProfilesForDevice: decon, isSet false
	at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1207)
	at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1172)
	at javax.media.opengl.GLProfile.access$000(GLProfile.java:66)
	at javax.media.opengl.GLProfile$1.run(GLProfile.java:107)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:105)
	at javax.media.opengl.GLProfile.validateInitialization(GLProfile.java:1304)
	at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1455)
	at javax.media.opengl.GLProfile.get(GLProfile.java:533)
	at javax.media.opengl.GLProfile.getDefault(GLProfile.java:431)
	at javax.media.opengl.GLProfile.getDefault(GLProfile.java:437)
	at JOGLHelloWorld.<init>(JOGLHelloWorld.java:18)
	at JOGLHelloWorld.main(JOGLHelloWorld.java:30)
GLProfile.init map decon, desktopCtxUndef true, eglCtxUndef true
GLProfile.init map GLProfile[GL2/GL2] on devide decon
GLProfile.init map default GLProfile[GL2/GL2] on device decon
GLProfile.init map GLProfile[GL3bc/GL3bc] on devide decon
GLProfile.init map GLProfile[GL4bc/GL4bc] on devide decon
GLProfile.init map GLProfile[GL2GL3/GL2] on devide decon
GLProfile.init map GLProfile[GL3/GL3] on devide decon
GLProfile.init map GLProfile[GL4/GL4] on devide decon
GLProfile.init map GLProfile[GL2ES2/GL2] on devide decon
GLProfile.init map *** no mapping for GLES2 on device decon
GLProfile.init map GLProfile[GL2ES1/GL2] on devide decon
GLProfile.init map *** no mapping for GLES1 on device decon
java.lang.Exception: Info: setGL (OpenGL null): Thread[main,5,main], <null> -> class com.jogamp.opengl.impl.gl4.GL4bcImpl, com.jogamp.opengl.impl.gl4.GL4bcImpl@6a3b8b49
	at com.jogamp.opengl.impl.GLContextImpl.setGL(GLContextImpl.java:178)
	at com.jogamp.opengl.impl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:821)
	at com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:272)
	at com.jogamp.opengl.impl.GLContextImpl.makeCurrentLocking(GLContextImpl.java:407)
	at com.jogamp.opengl.impl.GLContextImpl.makeCurrent(GLContextImpl.java:353)
	at com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory.getOrCreateShared(WindowsWGLDrawableFactory.java:161)
	at com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory.getOrCreateSharedContextImpl(WindowsWGLDrawableFactory.java:182)
	at javax.media.opengl.GLDrawableFactory.getOrCreateSharedContext(GLDrawableFactory.java:271)
	at javax.media.opengl.GLDrawableFactory.getIsSharedContextAvailable(GLDrawableFactory.java:246)
	at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1223)
	at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1172)
	at javax.media.opengl.GLProfile.access$000(GLProfile.java:66)
	at javax.media.opengl.GLProfile$1.run(GLProfile.java:107)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:105)
	at javax.media.opengl.GLProfile.validateInitialization(GLProfile.java:1304)
	at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1455)
	at javax.media.opengl.GLProfile.get(GLProfile.java:533)
	at javax.media.opengl.GLProfile.getDefault(GLProfile.java:431)
	at javax.media.opengl.GLProfile.getDefault(GLProfile.java:437)
	at JOGLHelloWorld.<init>(JOGLHelloWorld.java:18)
	at JOGLHelloWorld.main(JOGLHelloWorld.java:30)
main: !!! Context FQN: Windows_decon_0-0x2200
main: !!! Initializing WGL extension address table for com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext [OpenGL -1.-1, options 0x0, null, handle 0x0, com.jogamp.opengl.impl.gl4.GL4bcImpl@6a3b8b49,
	Drawable Read/Write: com.jogamp.opengl.impl.windows.wgl.WindowsDummyWGLDrawable[Realized true,
	Factory   com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory@6b359c1b,
	handle    0x1a01078a,
	Window    ProxySurface[config WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.DefaultGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false,
	requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false],
	chosen    GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]], displayHandle 0x0, surfaceHandle 0x1a01078a, size 0x0]]] 
main: !!! GLContext WGL ProcAddressTable mapping key(Windows_decon_0-0x2200) -> 1839367010
main: !!! GLContext GL ProcAddressTable mapping key(Windows_decon_0-0x2200) -> 1637947081
ExtensionAvailabilityCache: Flush availability OpenGL 1.1 (compatibility profile, any, old) - 1.1.0
main:ExtensionAvailabilityCache: Pre-caching init com.jogamp.opengl.impl.gl4.GL4bcImpl@6a3b8b49, OpenGL 1.1 (compatibility profile, any, old) - 1.1.0
main:ExtensionAvailabilityCache: Pre-caching extension availability OpenGL 1.1 (compatibility profile, any, old) - 1.1.0, use glGetString
main:ExtensionAvailabilityCache: ALL EXTENSIONS: 3
main:ExtensionAvailabilityCache: Added GL_VERSION_1_1 to known extensions
main:ExtensionAvailabilityCache: Added GL_VERSION_1_0 to known extensions
main: !!! GLContext GL ExtensionAvailabilityCache mapping key(Windows_decon_0-0x2200) -> 1884243356
main: createContextImpl: NOT OK (ARB, initial) - extension not available - share 0
WindowsWGLContext.createContext failed, fall back to !ARB context 0.0 (old) - @creation
WindowsWGLContext.wglMakeContextCurrent: false
main: createImpl: OK (old) share 0
main: !!! Create GL context OK: 0x10000 for com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext
!!! SharedContext: com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext [OpenGL 1.1, options 0x22, 1.1 (compatibility profile, any, old) - 1.1.0, handle 0x10000, com.jogamp.opengl.impl.gl4.GL4bcImpl@6a3b8b49,
	Drawable Read/Write: com.jogamp.opengl.impl.windows.wgl.WindowsDummyWGLDrawable[Realized true,
	Factory   com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory@6b359c1b,
	handle    0x1a01078a,
	Window    ProxySurface[config WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.DefaultGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false,
	requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false],
	chosen    GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]], displayHandle 0x0, surfaceHandle 0x1a01078a, size 0x0]]] , pbuffer supported false
GLProfile.initProfilesForDevice: decon: desktop Shared Ctx true
GLProfile.init map decon, desktopCtxUndef false, eglCtxUndef false
GLProfile.init map GLProfile[GL2/GL2] on devide decon
GLProfile.init map default GLProfile[GL2/GL2] on device decon
GLProfile.init map *** no mapping for GL3bc on device decon
GLProfile.init map *** no mapping for GL4bc on device decon
GLProfile.init map GLProfile[GL2GL3/GL2] on devide decon
GLProfile.init map *** no mapping for GL3 on device decon
GLProfile.init map *** no mapping for GL4 on device decon
GLProfile.init map GLProfile[GL2ES2/GL2] on devide decon
GLProfile.init map *** no mapping for GLES2 on device decon
GLProfile.init map GLProfile[GL2ES1/GL2] on devide decon
GLProfile.init map *** no mapping for GLES1 on device decon
GLProfile: EGLFactory - Device is not available: decon
java.lang.Throwable: main: !!! createContextARB: SET mappedVersionsAvailableSet Windows_decon_0
	at javax.media.opengl.GLContext.setAvailableGLVersionsSet(GLContext.java:582)
	at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1274)
	at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1172)
	at javax.media.opengl.GLProfile.access$000(GLProfile.java:66)
	at javax.media.opengl.GLProfile$1.run(GLProfile.java:107)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:105)
	at javax.media.opengl.GLProfile.validateInitialization(GLProfile.java:1304)
	at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:1455)
	at javax.media.opengl.GLProfile.get(GLProfile.java:533)
	at javax.media.opengl.GLProfile.getDefault(GLProfile.java:431)
	at javax.media.opengl.GLProfile.getDefault(GLProfile.java:437)
	at JOGLHelloWorld.<init>(JOGLHelloWorld.java:18)
	at JOGLHelloWorld.main(JOGLHelloWorld.java:30)
GLProfile.initProfilesForDevice: decon: added profile(s): true
GLProfile.initProfilesForDevice: decon: GLAvailability[Native[GL4bc false, GL4 false, GL3bc false, GL3 false, GL2 true[1.5 (compatibility profile, any, old)], GL2ES1 true, GLES1 false, GL2ES2 true, GLES2 false], Profiles[GLProfile[GL2ES2/GL2], GLProfile[GL2ES1/GL2], GLProfile[GL2/GL2], GLProfile[GL2/GL2], GLProfile[GL2GL3/GL2], , default GLProfile[GL2/GL2]]]
Platform: Windows XP 5.2 (os), amd64 (arch) 1 cores
Platform: littleEndian true, 32Bit false, a-ptr bit-size 64
Platform: Java 1.6.0_22, Java HotSpot(TM) 64-Bit Server VM, Sun Microsystems Inc., http://java.sun.com/, is JavaSE: true

-----------------------------------------------------------------------------------------------------
Package: com.jogamp.common
Extension Name: com.jogamp.common
Specification Title: GlueGen Java Bindings Generator
Specification Vendor: JogAmp Community
Specification Version: 2.0
Implementation Title: GlueGen Run-Time
Implementation Vendor: JogAmp Community
Implementation Vendor ID: com.jogamp
Implementation URL: http://jogamp.org/
Implementation Version: 2.0-b217-20101123
Implementation Branch: master
Implementation Commit: 29e13c6e45d6db75d7c6322ac0f88a30c200cb72
-----------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------
Package: javax.media.nativewindow
Extension Name: javax.media.nativewindow
Specification Title: Native Window Interface API Specification
Specification Vendor: JogAmp Community
Specification Version: 2.0
Implementation Title: Native Window Interface Runtime Environment
Implementation Vendor: JogAmp Community
Implementation Vendor ID: com.jogamp
Implementation URL: http://jogamp.org/
Implementation Version: 2.0-b1-20101123
Implementation Branch: base_2_0
Implementation Commit: ce3508aa66b9a40974cce2988094d0edc68b30f4
-----------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------
Package: javax.media.opengl
Extension Name: javax.media.opengl
Specification Title: Java Bindings for OpenGL API Specification
Specification Vendor: JogAmp Community
Specification Version: 2.0
Implementation Title: Java Bindings for OpenGL Runtime Environment
Implementation Vendor: JogAmp Community
Implementation Vendor ID: com.jogamp
Implementation URL: http://jogamp.org/
Implementation Version: 2.0-b1-20101123
Implementation Branch: base_2_0
Implementation Commit: ce3508aa66b9a40974cce2988094d0edc68b30f4
-----------------------------------------------------------------------------------------------------
GLProfile.init isAWTAvailable       true
GLProfile.init has desktopFactory   true
GLProfile.init hasDesktopGL         true
GLProfile.init hasGL234Impl         true
GLProfile.init has eglFactory       true
GLProfile.init hasGLES1Impl         false
GLProfile.init hasGLES2Impl         false
GLProfile.init defaultDesktopDevice class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0]
GLProfile.init defaultEGLDevice     class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0]
GLProfile.init defaultDevice        class javax.media.nativewindow.windows.WindowsGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0]
GLJPanel.addNotify()
Exception in thread "AWT-EventQueue-0" javax.media.opengl.GLException: Error creating offscreen bitmap of width 593, height 574
	at com.jogamp.opengl.impl.windows.wgl.WindowsOffscreenWGLDrawable.create(WindowsOffscreenWGLDrawable.java:113)
	at com.jogamp.opengl.impl.windows.wgl.WindowsOffscreenWGLDrawable.<init>(WindowsOffscreenWGLDrawable.java:60)
	at com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory.createOffscreenDrawableImpl(WindowsWGLDrawableFactory.java:232)
	at com.jogamp.opengl.impl.GLDrawableFactoryImpl.createOffscreenDrawable(GLDrawableFactoryImpl.java:202)
	at javax.media.opengl.awt.GLJPanel$SoftwareBackend.initialize(GLJPanel.java:966)
	at javax.media.opengl.awt.GLJPanel.createAndInitializeBackend(GLJPanel.java:555)
	at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:308)
	at javax.swing.JComponent.paint(JComponent.java:1029)
	at javax.swing.JComponent.paintChildren(JComponent.java:862)
	at javax.swing.JComponent.paint(JComponent.java:1038)
	at javax.swing.JComponent.paintChildren(JComponent.java:862)
	at javax.swing.JComponent.paint(JComponent.java:1038)
	at javax.swing.JLayeredPane.paint(JLayeredPane.java:567)
	at javax.swing.JComponent.paintChildren(JComponent.java:862)
	at javax.swing.JComponent.paintToOffscreen(JComponent.java:5131)
	at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:278)
	at javax.swing.RepaintManager.paint(RepaintManager.java:1224)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
	at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
	at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
	at java.awt.Container.paint(Container.java:1780)
	at java.awt.Window.paint(Window.java:3375)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:796)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:713)
	at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:693)
	at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:125)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Exception in thread "AWT-EventQueue-0" javax.media.opengl.GLException: Error creating offscreen bitmap of width 593, height 574
	at com.jogamp.opengl.impl.windows.wgl.WindowsOffscreenWGLDrawable.create(WindowsOffscreenWGLDrawable.java:113)
	at com.jogamp.opengl.impl.windows.wgl.WindowsOffscreenWGLDrawable.<init>(WindowsOffscreenWGLDrawable.java:60)
	at com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory.createOffscreenDrawableImpl(WindowsWGLDrawableFactory.java:232)
	at com.jogamp.opengl.impl.GLDrawableFactoryImpl.createOffscreenDrawable(GLDrawableFactoryImpl.java:202)
	at javax.media.opengl.awt.GLJPanel$SoftwareBackend.initialize(GLJPanel.java:966)
	at javax.media.opengl.awt.GLJPanel.createAndInitializeBackend(GLJPanel.java:555)
	at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:308)
	at javax.swing.JComponent.paint(JComponent.java:1029)
	at javax.swing.JComponent.paintChildren(JComponent.java:862)
	at javax.swing.JComponent.paint(JComponent.java:1038)
	at javax.swing.JComponent.paintChildren(JComponent.java:862)
	at javax.swing.JComponent.paint(JComponent.java:1038)
	at javax.swing.JLayeredPane.paint(JLayeredPane.java:567)
	at javax.swing.JComponent.paintChildren(JComponent.java:862)
	at javax.swing.JComponent.paintToOffscreen(JComponent.java:5131)
	at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:278)
	at javax.swing.RepaintManager.paint(RepaintManager.java:1224)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
	at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
	at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
	at java.awt.Container.paint(Container.java:1780)
	at java.awt.Window.paint(Window.java:3375)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:796)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:713)
	at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:693)
	at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:125)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
java.lang.Exception: Debug
	at com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory.shutdownInstance(WindowsWGLDrawableFactory.java:191)
	at javax.media.opengl.GLDrawableFactory.shutdownImpl(GLDrawableFactory.java:200)
	at javax.media.opengl.GLDrawableFactory.access$100(GLDrawableFactory.java:90)
	at javax.media.opengl.GLDrawableFactory$2.run(GLDrawableFactory.java:171)
	at java.lang.Thread.run(Thread.java:662)
!!! Shutdown Shared:
!!!          Drawable: com.jogamp.opengl.impl.windows.wgl.WindowsDummyWGLDrawable[Realized true,
	Factory   com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory@6b359c1b,
	handle    0x1a01078a,
	Window    ProxySurface[config WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.DefaultGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false,
	requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false],
	chosen    GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]], displayHandle 0x0, surfaceHandle 0x1a01078a, size 0x0]]
!!!          CTX     : com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext [OpenGL 1.1, options 0x22, 1.1 (compatibility profile, any, old) - 1.1.0, handle 0x10000, com.jogamp.opengl.impl.gl4.GL4bcImpl@6a3b8b49,
	Drawable Read/Write: com.jogamp.opengl.impl.windows.wgl.WindowsDummyWGLDrawable[Realized true,
	Factory   com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawableFactory@6b359c1b,
	handle    0x1a01078a,
	Window    ProxySurface[config WindowsWGLGraphicsConfiguration[class javax.media.nativewindow.DefaultGraphicsScreen[class javax.media.nativewindow.DefaultGraphicsDevice[type Windows, connection decon, unitID 0, handle 0x0], idx 0], pfdID -1, wglChoosen false,
	requested GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false],
	chosen    GLCapabilities[Capabilities[Onscreen: true, Red: 8, Green: 8, Blue: 8, Alpha: 0, Opaque: true], GL profile: GLProfile[GL2/GL2], PBuffer: true, DoubleBuffered: true, Stereo: false, HardwareAccelerated: true, DepthBits: 16, StencilBits: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false, Num samples: 0, PBuffer-FloatingPointBuffers: false, PBuffer-RenderToTexture: false, PBuffer-RenderToTextureRectangle: false]], displayHandle 0x0, surfaceHandle 0x1a01078a, size 0x0]]] 
!!! Shutdown Shared Finished
