We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bad6d2f + daba9dd commit cf1fa2fCopy full SHA for cf1fa2f
core/esmf-native-support/src/main/java/org/eclipse/esmf/nativefeatures/DiagramFeature.java
@@ -257,6 +257,8 @@ private void setupAwt() {
257
Native.forClass( java.awt.GraphicsEnvironment.class )
258
.registerMethodForJni( "getLocalGraphicsEnvironment" )
259
.registerMethodForJni( "isHeadless" );
260
+ Native.forClass( "java.awt.GraphicsEnvironment$LocalGE" )
261
+ .registerClassForReflection();
262
Native.forClass( java.awt.event.KeyEvent.class )
263
.registerFieldsForJni( "isProxyActive" );
264
Native.forClass( java.awt.geom.AffineTransform.class )
0 commit comments