Advertisement
skillerkidos1

Untitled

Aug 5th, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. ERROR][08/04 08:39:26 AM]: Uncaught exception!
  2. java.lang.NoClassDefFoundError: org/pushingpixels/substance/internal/utils/SubstanceInternalFrameTitlePane$ClickListener
  3. at org.pushingpixels.substance.internal.utils.RolloverButtonListener.mouseMoved(RolloverButtonListener.java:126)
  4. at java.awt.AWTEventMulticaster.mouseMoved(Unknown Source)
  5. at java.awt.Component.processMouseMotionEvent(Unknown Source)
  6. at javax.swing.JComponent.processMouseMotionEvent(Unknown Source)
  7. at java.awt.Component.processEvent(Unknown Source)
  8. at java.awt.Container.processEvent(Unknown Source)
  9. at java.awt.Component.dispatchEventImpl(Unknown Source)
  10. at java.awt.Container.dispatchEventImpl(Unknown Source)
  11. at java.awt.Component.dispatchEvent(Unknown Source)
  12. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  13. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  14. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  15. at java.awt.Container.dispatchEventImpl(Unknown Source)
  16. at java.awt.Window.dispatchEventImpl(Unknown Source)
  17. at java.awt.Component.dispatchEvent(Unknown Source)
  18. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  19. at java.awt.EventQueue.access$500(Unknown Source)
  20. at java.awt.EventQueue$3.run(Unknown Source)
  21. at java.awt.EventQueue$3.run(Unknown Source)
  22. at java.security.AccessController.doPrivileged(Native Method)
  23. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  24. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  25. at java.awt.EventQueue$4.run(Unknown Source)
  26. at java.awt.EventQueue$4.run(Unknown Source)
  27. at java.security.AccessController.doPrivileged(Native Method)
  28. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  29. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  30. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  31. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  32. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  33. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  34. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  35. at java.awt.EventDispatchThread.run(Unknown Source)
  36. [ERROR][08/04 08:39:26 AM]: Uncaught exception!
  37. java.lang.NoClassDefFoundError: org/pushingpixels/substance/internal/colorscheme/ShadeColorScheme
  38. at org.pushingpixels.substance.api.colorscheme.BaseColorScheme.shade(BaseColorScheme.java:110)
  39. at org.pushingpixels.substance.api.SubstanceColorSchemeBundle.getColorScheme(SubstanceColorSchemeBundle.java:284)
  40. at org.pushingpixels.substance.api.SubstanceSkin.getColorScheme(SubstanceSkin.java:421)
  41. at org.pushingpixels.substance.internal.utils.SubstanceColorSchemeUtilities.getColorScheme(SubstanceColorSchemeUtilities.java:172)
  42. at org.pushingpixels.substance.internal.utils.ButtonBackgroundDelegate.getFullAlphaBackground(ButtonBackgroundDelegate.java:185)
  43. at org.pushingpixels.substance.internal.utils.ButtonBackgroundDelegate.updateBackground(ButtonBackgroundDelegate.java:318)
  44. at org.pushingpixels.substance.internal.ui.SubstanceButtonUI.paint(SubstanceButtonUI.java:333)
  45. at org.pushingpixels.substance.internal.ui.SubstanceButtonUI.update(SubstanceButtonUI.java:473)
  46. at javax.swing.JComponent.paintComponent(Unknown Source)
  47. at org.osbot.dE.paintComponent(lq:220)
  48. at javax.swing.JComponent.paint(Unknown Source)
  49. at javax.swing.JComponent.paintChildren(Unknown Source)
  50. at javax.swing.JComponent.paint(Unknown Source)
  51. at javax.swing.JComponent.paintToOffscreen(Unknown Source)
  52. at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
  53. at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
  54. at javax.swing.RepaintManager.paint(Unknown Source)
  55. at javax.swing.JComponent._paintImmediately(Unknown Source)
  56. at javax.swing.JComponent.paintImmediately(Unknown Source)
  57. at javax.swing.RepaintManager$4.run(Unknown Source)
  58. at javax.swing.RepaintManager$4.run(Unknown Source)
  59. at java.security.AccessController.doPrivileged(Native Method)
  60. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  61. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  62. at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
  63. at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
  64. at javax.swing.RepaintManager.access$1200(Unknown Source)
  65. at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
  66. at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  67. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  68. at java.awt.EventQueue.access$500(Unknown Source)
  69. at java.awt.EventQueue$3.run(Unknown Source)
  70. at java.awt.EventQueue$3.run(Unknown Source)
  71. at java.security.AccessController.doPrivileged(Native Method)
  72. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  73. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  74. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  75. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  76. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  77. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  78. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  79. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement