Guest User

Untitled

a guest
Feb 24th, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1. Exception in thread "JavaFX Application Thread" java.lang.NullPointerException: Cannot invoke "javafx.scene.layout.Pane.getBoundsInLocal()" because "this.ownerNode" is null
  2. at [email protected]/io.github.palexdev.materialfx.dialogs.MFXStageDialog.centerXInOwner(MFXStageDialog.java:300)
  3. at [email protected]/io.github.palexdev.materialfx.dialogs.MFXStageDialog.lambda$initialize$6(MFXStageDialog.java:187)
  4. at [email protected]/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
  5. at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
  6. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:232)
  7. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:189)
  8. at [email protected]/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  9. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  10. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  11. at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  12. at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
  13. at [email protected]/javafx.event.Event.fireEvent(Event.java:198)
  14. at [email protected]/javafx.stage.Window.fireEvent(Window.java:1391)
  15. at [email protected]/javafx.stage.Window$12.invalidated(Window.java:1111)
  16. at [email protected]/javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:110)
  17. at [email protected]/javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145)
  18. at [email protected]/javafx.stage.Window.setShowing(Window.java:1239)
  19. at [email protected]/javafx.stage.Window.show(Window.java:1254)
  20. at [email protected]/javafx.stage.Stage.show(Stage.java:277)
  21. at [email protected]/io.github.palexdev.materialfx.dialogs.MFXStageDialog.showDialog(MFXStageDialog.java:238)
  22. at [email protected]/io.github.palexdev.materialfx.skins.MFXStepperToggleSkin.showErrorsDialog(MFXStepperToggleSkin.java:131)
  23. at [email protected]/io.github.palexdev.materialfx.skins.MFXStepperToggleSkin.lambda$setListeners$5(MFXStepperToggleSkin.java:109)
  24. at [email protected]/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:247)
  25. at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
  26. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:232)
  27. at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:189)
  28. at [email protected]/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
  29. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
  30. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  31. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  32. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  33. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  34. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  35. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  36. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  37. at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
  38. at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
  39. at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
  40. at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
  41. at [email protected]/javafx.event.Event.fireEvent(Event.java:198)
  42. at [email protected]/javafx.scene.Scene$MouseHandler.process(Scene.java:3984)
  43. at [email protected]/javafx.scene.Scene.processMouseEvent(Scene.java:1890)
  44. at [email protected]/javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2708)
  45. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:411)
  46. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:301)
  47. at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
  48. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:450)
  49. at [email protected]/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:424)
  50. at [email protected]/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:449)
  51. at [email protected]/com.sun.glass.ui.View.handleMouseEvent(View.java:551)
  52. at [email protected]/com.sun.glass.ui.View.notifyMouse(View.java:937)
  53. at [email protected]/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
  54. at [email protected]/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
  55. at java.base/java.lang.Thread.run(Thread.java:1583)
  56.  
Advertisement
Add Comment
Please, Sign In to add comment