SWTAccessor.<init>: GTK Version: 0.0.0
Exception in thread "main" java.lang.UnsatisfiedLinkError: jogamp.newt.driver.windows.ScreenDriver.getAdapterName0(I)Ljava/lang/String;
	at jogamp.newt.driver.windows.ScreenDriver.getAdapterName0(Native Method)
	at jogamp.newt.driver.windows.ScreenDriver.getAdapterName(ScreenDriver.java:69)
	at jogamp.newt.driver.windows.ScreenDriver.collectNativeMonitorModesAndDevicesImpl(ScreenDriver.java:91)
	at jogamp.newt.ScreenImpl.collectNativeMonitorModes(ScreenImpl.java:588)
	at jogamp.newt.ScreenImpl.initMonitorState(ScreenImpl.java:536)
	at jogamp.newt.ScreenImpl.createNative(ScreenImpl.java:185)
	at jogamp.newt.ScreenImpl.addReference(ScreenImpl.java:224)
	at jogamp.newt.WindowImpl.createNative(WindowImpl.java:371)
	at jogamp.newt.WindowImpl.setVisibleActionImpl(WindowImpl.java:858)
	at jogamp.newt.WindowImpl$VisibleAction.run(WindowImpl.java:908)
	at jogamp.newt.DisplayImpl.runOnEDTIfAvail(DisplayImpl.java:247)
	at jogamp.newt.WindowImpl.runOnEDTIfAvail(WindowImpl.java:1758)
	at jogamp.newt.WindowImpl.setVisible(WindowImpl.java:916)
	at jogamp.newt.WindowImpl.setVisible(WindowImpl.java:921)
	at com.jogamp.newt.opengl.GLWindow.setVisible(GLWindow.java:421)
	at com.jogamp.newt.swt.NewtCanvasSWT.reparentWindow(NewtCanvasSWT.java:355)
	at com.jogamp.newt.swt.NewtCanvasSWT.validateNative(NewtCanvasSWT.java:196)
	at com.jogamp.newt.swt.NewtCanvasSWT$2.handleEvent(NewtCanvasSWT.java:141)
	at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Composite.WM_PAINT(Unknown Source)
	at org.eclipse.swt.widgets.Control.windowProc(Unknown Source)
	at org.eclipse.swt.widgets.Canvas.windowProc(Unknown Source)
	at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
	at org.eclipse.swt.internal.win32.OS.UpdateWindow(Native Method)
	at org.eclipse.swt.widgets.Decorations.setVisible(Unknown Source)
	at org.eclipse.swt.widgets.Shell.setVisible(Unknown Source)
	at org.eclipse.swt.widgets.Shell.open(Unknown Source)
	at NewtTest.<init>(NewtTest.java:31)
	at NewtTest.main(NewtTest.java:99)
