You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
12:48:20.831 [JavaFX Application Thread] ERROR org.jabref.FallbackExceptionHandler - Uncaught exception occurred in Thread[JavaFX Application Thread,5,main] - java.lang.NullPointerException
at org.jabref.gui.JabRefFrame$EditAction.execute(JabRefFrame.java:1446)
at org.jabref.gui.actions.JabRefAction.lambda$2(JabRefAction.java:29)
at org.controlsfx.control.action.Action.handle(Action.java:419)
at org.controlsfx.control.action.Action.handle(Action.java:64)
JComponent source = Globals.getFocusListener().getFocused(); is null
Unfortunately I have no idea if this Focus listener is still needed with javafx and or how to fix this
The text was updated successfully, but these errors were encountered:
JComponent source = Globals.getFocusListener().getFocused();
is nullUnfortunately I have no idea if this Focus listener is still needed with javafx and or how to fix this
The text was updated successfully, but these errors were encountered: