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
when i use webview in FXML ,java fx throws an Exception
console like this:
Caused by: javafx.fxml.LoadException:
/D:/Spring/note/target/classes/view/editView.fxml:59
(here is a webView)
Caused by: java.lang.IllegalStateException: Not on FX application thread; currentThread = ForkJoinPool.commonPool-worker-1
The text was updated successfully, but these errors were encountered:
when i use webview in FXML ,java fx throws an Exception
console like this:
Caused by: javafx.fxml.LoadException:
/D:/Spring/note/target/classes/view/editView.fxml:59
(here is a webView)
Caused by: java.lang.IllegalStateException: Not on FX application thread; currentThread = ForkJoinPool.commonPool-worker-1
The text was updated successfully, but these errors were encountered: