- Copy an entry in the maintable
- Create a new library
- Paste entry to new library.
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
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