lewapkon

Untitled

Jun 11th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 9.26 KB | None | 0 0
  1. java.lang.NullPointerException
  2.     at com.sun.javafx.scene.control.skin.ComboBoxPopupControl.positionAndShowPopup(ComboBoxPopupControl.java:197)
  3.     at com.sun.javafx.scene.control.skin.ComboBoxPopupControl.show(ComboBoxPopupControl.java:170)
  4.     at com.sun.javafx.scene.control.skin.DatePickerSkin.show(DatePickerSkin.java:105)
  5.     at com.sun.javafx.scene.control.skin.DatePickerSkin.handleControlPropertyChanged(DatePickerSkin.java:131)
  6.     at com.sun.javafx.scene.control.skin.BehaviorSkinBase.lambda$registerChangeListener$61(BehaviorSkinBase.java:197)
  7.     at com.sun.javafx.scene.control.MultiplePropertyChangeListenerHandler$1.changed(MultiplePropertyChangeListenerHandler.java:55)
  8.     at javafx.beans.value.WeakChangeListener.changed(WeakChangeListener.java:89)
  9.     at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:182)
  10.     at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
  11.     at javafx.beans.property.ReadOnlyBooleanPropertyBase.fireValueChangedEvent(ReadOnlyBooleanPropertyBase.java:72)
  12.     at javafx.beans.property.ReadOnlyBooleanWrapper.fireValueChangedEvent(ReadOnlyBooleanWrapper.java:103)
  13.     at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:110)
  14.     at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:144)
  15.     at javafx.scene.control.ComboBoxBase.setShowing(ComboBoxBase.java:185)
  16.     at javafx.scene.control.ComboBoxBase.show(ComboBoxBase.java:391)
  17.     at com.sun.javafx.scene.control.behavior.ComboBoxBaseBehavior.show(ComboBoxBaseBehavior.java:286)
  18.     at com.sun.javafx.scene.control.behavior.ComboBoxBaseBehavior.mouseReleased(ComboBoxBaseBehavior.java:241)
  19.     at com.sun.javafx.scene.control.skin.ComboBoxBaseSkin.lambda$new$288(ComboBoxBaseSkin.java:78)
  20.     at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
  21.     at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
  22.     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
  23.     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  24.     at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  25.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  26.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  27.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  28.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  29.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  30.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  31.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  32.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  33.     at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  34.     at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
  35.     at javafx.event.Event.fireEvent(Event.java:198)
  36.     at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
  37.     at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
  38.     at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
  39.     at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
  40.     at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:352)
  41.     at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:275)
  42.     at java.security.AccessController.doPrivileged(Native Method)
  43.     at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$354(GlassViewEventHandler.java:388)
  44.     at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
  45.     at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:387)
  46.     at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
  47.     at com.sun.glass.ui.View.notifyMouse(View.java:937)
  48.     at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoopImpl(Native Method)
  49.     at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(MacApplication.java:109)
  50.     at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:511)
  51.     at com.sun.glass.ui.EventLoop.enter(EventLoop.java:107)
  52.     at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:583)
  53.     at javafx.stage.Stage.showAndWait(Stage.java:474)
  54.     at javafx.scene.control.HeavyweightDialog.showAndWait(HeavyweightDialog.java:162)
  55.     at javafx.scene.control.Dialog.showAndWait(Dialog.java:341)
  56.     at pl.edu.mimuw.forum.ui.controllers.ApplicationController.lambda$addNode$14(ApplicationController.java:214)
  57.     at pl.edu.mimuw.forum.ui.controllers.ApplicationController.tryExecute(ApplicationController.java:230)
  58.     at pl.edu.mimuw.forum.ui.controllers.ApplicationController.when(ApplicationController.java:303)
  59.     at pl.edu.mimuw.forum.ui.controllers.ApplicationController.addNode(ApplicationController.java:212)
  60.     at pl.edu.mimuw.forum.ui.controllers.ToolbarController.lambda$FromRunnable$0(ToolbarController.java:50)
  61.     at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
  62.     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
  63.     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  64.     at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  65.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  66.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  67.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  68.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  69.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  70.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  71.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  72.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  73.     at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  74.     at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
  75.     at javafx.event.Event.fireEvent(Event.java:198)
  76.     at javafx.scene.Node.fireEvent(Node.java:8411)
  77.     at javafx.scene.control.Button.fire(Button.java:185)
  78.     at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:182)
  79.     at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)
  80.     at com.sun.javafx.scene.control.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)
  81.     at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
  82.     at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
  83.     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
  84.     at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
  85.     at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  86.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  87.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  88.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  89.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  90.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  91.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  92.     at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  93.     at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  94.     at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  95.     at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
  96.     at javafx.event.Event.fireEvent(Event.java:198)
  97.     at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
  98.     at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
  99.     at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
  100.     at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
  101.     at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:352)
  102.     at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:275)
  103.     at java.security.AccessController.doPrivileged(Native Method)
  104.     at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$354(GlassViewEventHandler.java:388)
  105.     at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
  106.     at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:387)
  107.     at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
  108.     at com.sun.glass.ui.View.notifyMouse(View.java:937)
Add Comment
Please, Sign In to add comment