Guest User

Untitled

a guest
Dec 10th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: component argument pData
  2. at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)
  3. at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)
  4. at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)
  5. at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)
  6. at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)
  7. at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)
  8. at java.awt.Component.getGraphics(Unknown Source)
  9. at sun.awt.RepaintArea.paint(Unknown Source)
  10. at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
  11. at java.awt.Component.dispatchEventImpl(Unknown Source)
  12. at java.awt.Container.dispatchEventImpl(Unknown Source)
  13. at java.awt.Component.dispatchEvent(Unknown Source)
  14. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  15. at java.awt.EventQueue.access$000(Unknown Source)
  16. at java.awt.EventQueue$3.run(Unknown Source)
  17. at java.awt.EventQueue$3.run(Unknown Source)
  18. at java.security.AccessController.doPrivileged(Native Method)
  19. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  20. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  21. at java.awt.EventQueue$4.run(Unknown Source)
  22. at java.awt.EventQueue$4.run(Unknown Source)
  23. at java.security.AccessController.doPrivileged(Native Method)
  24. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  25. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  26. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  27. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  28. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  29. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  30. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  31. at java.awt.EventDispatchThread.run(Unknown Source)
Add Comment
Please, Sign In to add comment