Advertisement
Guest User

Untitled

a guest
Oct 27th, 2019
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. Okt. 27, 2019 8:09:19 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged
  2. WARNUNG: Resource "com/sun/javafx/scene/control/skin/modena/modena.css" not found.
  3. Exception in thread "JavaFX Application Thread" java.lang.ExceptionInInitializerError
  4. at com.sun.javafx.tk.quantum.QuantumToolkit.createTKStage(QuantumToolkit.java:600)
  5. at javafx.stage.Stage.doVisibleChanging(Stage.java:1154)
  6. at javafx.stage.Stage$1.doVisibleChanging(Stage.java:182)
  7. at com.sun.javafx.stage.StageHelper.visibleChangingImpl(StageHelper.java:57)
  8. at com.sun.javafx.stage.WindowHelper.visibleChanging(WindowHelper.java:73)
  9. at javafx.stage.Window$12.invalidated(Window.java:1064)
  10. at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:110)
  11. at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:145)
  12. at javafx.stage.Window.setShowing(Window.java:1174)
  13. at javafx.stage.Window.show(Window.java:1189)
  14. at javafx.stage.Stage.show(Stage.java:273)
  15. at bluej.SplashWindow.<init>(SplashWindow.java:71)
  16. at bluej.Boot.lambda$new$0(Boot.java:179)
  17. at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
  18. at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
  19. at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
  20. at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
  21. at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
  22. at com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)
  23. at java.base/java.lang.Thread.run(Thread.java:830)
  24. Caused by: java.util.MissingResourceException: Can't find bundle for base name com.sun.javafx.tk.quantum.QuantumMessagesBundle, locale de_DE
  25. at java.base/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2055)
  26. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1689)
  27. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1593)
  28. at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1556)
  29. at java.base/java.util.ResourceBundle.getBundle(ResourceBundle.java:932)
  30. at com.sun.javafx.tk.quantum.WindowStage.<clinit>(WindowStage.java:101)
  31. ... 20 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement