You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
12:05:26.268 [AWT-EventQueue-0] ERROR com.josdem.jmetadata.dnd.TransparencyManagerFactory -- Unexpected exception during TransparencyManager instantiation.
java.lang.RuntimeException: com.sun.awt.AWTUtilities does not exist
at com.josdem.jmetadata.util.MethodWrapper$MethodWrapperBuilder.<init>(MethodWrapper.java:113)
at com.josdem.jmetadata.util.MethodWrapper.forClass(MethodWrapper.java:28)
at com.josdem.jmetadata.dnd.Jdk6u10TransparencyManager.<init>(Jdk6u10TransparencyManager.java:42)
at com.josdem.jmetadata.dnd.TransparencyManagerFactory.getManager(TransparencyManagerFactory.java:30)
at com.josdem.jmetadata.dnd.DragTooltipDialog.<init>(DragTooltipDialog.java:114)
Suggested solution
Delete TransparencyManagerFactory which uses an AWTUtilities implementation
Steps to reproduce
Expected result
Actual result
com.sun.awt.AWTUtilities
does not existReferences
Trace
Suggested solution
TransparencyManagerFactory
which uses anAWTUtilities
implementationAtachments
The text was updated successfully, but these errors were encountered: