Advertisement
Guest User

Untitled

a guest
Feb 7th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. [ERROR][02/08 04:09:57 fm]: Uncaught exception!
  2. java.lang.NoClassDefFoundError: Could not initialize class org.pushingpixels.substance.internal.contrib.jgoodies.looks.common.ShadowPopup
  3. at org.pushingpixels.substance.internal.contrib.jgoodies.looks.Options.isPopupDropShadowActive(Options.java:94)
  4. at org.pushingpixels.substance.internal.contrib.jgoodies.looks.common.ShadowPopupFactory.getPopup(ShadowPopupFactory.java:174)
  5. at javax.swing.ToolTipManager.showTipWindow(Unknown Source)
  6. at javax.swing.ToolTipManager.mouseMoved(Unknown Source)
  7. at java.awt.AWTEventMulticaster.mouseMoved(Unknown Source)
  8. at java.awt.Component.processMouseMotionEvent(Unknown Source)
  9. at javax.swing.JComponent.processMouseMotionEvent(Unknown Source)
  10. at java.awt.Component.processEvent(Unknown Source)
  11. at java.awt.Container.processEvent(Unknown Source)
  12. at java.awt.Component.dispatchEventImpl(Unknown Source)
  13. at java.awt.Container.dispatchEventImpl(Unknown Source)
  14. at java.awt.Component.dispatchEvent(Unknown Source)
  15. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  16. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  17. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  18. at java.awt.Container.dispatchEventImpl(Unknown Source)
  19. at java.awt.Window.dispatchEventImpl(Unknown Source)
  20. at java.awt.Component.dispatchEvent(Unknown Source)
  21. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  22. at java.awt.EventQueue.access$500(Unknown Source)
  23. at java.awt.EventQueue$3.run(Unknown Source)
  24. at java.awt.EventQueue$3.run(Unknown Source)
  25. at java.security.AccessController.doPrivileged(Native Method)
  26. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  27. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  28. at java.awt.EventQueue$4.run(Unknown Source)
  29. at java.awt.EventQueue$4.run(Unknown Source)
  30. at java.security.AccessController.doPrivileged(Native Method)
  31. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  32. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  33. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  34. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  35. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  36. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  37. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  38. at java.awt.EventDispatchThread.run(Unknown Source)
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement