Arctic_Wolfy

JTextPane NPE 1/29/16

Jan 29th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Exception in thread "Thread-2" java.lang.NullPointerException
  2. at javax.swing.text.FlowView$FlowStrategy.layoutRow(FlowView.java:563)
  3. at javax.swing.text.FlowView$FlowStrategy.layout(FlowView.java:477)
  4. at javax.swing.text.FlowView.layout(FlowView.java:201)
  5. at javax.swing.text.BoxView.setSize(BoxView.java:397)
  6. at javax.swing.text.BoxView.updateChildSizes(BoxView.java:366)
  7. at javax.swing.text.BoxView.setSpanOnAxis(BoxView.java:348)
  8. at javax.swing.text.BoxView.layout(BoxView.java:708)
  9. at javax.swing.text.BoxView.setSize(BoxView.java:397)
  10. at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(BasicTextUI.java:1722)
  11. at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.java:1433)
  12. at javax.swing.plaf.basic.BasicTextUI.paintSafely(BasicTextUI.java:737)
  13. at javax.swing.plaf.basic.BasicTextUI.paint(BasicTextUI.java:881)
  14. at javax.swing.plaf.basic.BasicTextUI.update(BasicTextUI.java:860)
  15. at javax.swing.JComponent.paintComponent(JComponent.java:780)
  16. at javax.swing.JComponent.paint(JComponent.java:1056)
  17. at javax.swing.JComponent.paintToOffscreen(JComponent.java:5210)
  18. at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:290)
  19. at javax.swing.RepaintManager.paint(RepaintManager.java:1272)
  20. at javax.swing.JComponent.paintForceDoubleBuffered(JComponent.java:1092)
  21. at javax.swing.JViewport.blitDoubleBuffered(JViewport.java:1605)
  22. at javax.swing.JViewport.windowBlitPaint(JViewport.java:1558)
  23. at javax.swing.JViewport.setViewPosition(JViewport.java:1100)
  24. at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.vsbStateChanged(BasicScrollPaneUI.java:1060)
  25. at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.stateChanged(BasicScrollPaneUI.java:1049)
  26. at javax.swing.DefaultBoundedRangeModel.fireStateChanged(DefaultBoundedRangeModel.java:364)
  27. at javax.swing.DefaultBoundedRangeModel.setRangeProperties(DefaultBoundedRangeModel.java:302)
  28. at javax.swing.DefaultBoundedRangeModel.setValue(DefaultBoundedRangeModel.java:168)
  29. at javax.swing.JScrollBar.setValue(JScrollBar.java:477)
  30. at com.arctic.wolfBot.Console.appendMessage(Console.java:66)
  31. at com.arctic.wolfBot.irc.Server.lambda$open$0(Server.java:131)
  32. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment