JavaFX timer problem (Intellij & SceneBuilder) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

JavaFX timer problem (Intellij & SceneBuilder)

So basically, I have a project and having problem with creating the timer in JavaFX. Here's the link, it wont work in the code playground but at least you'll have better view: https://code.sololearn.com/cA46A3A22a11 Every video i found, they use timer and timer task. But when i tried to display the timer using the action button "onAction", i always get this error every second: Exception in thread "Timer-0" java.lang.IllegalStateException: Not on FX application thread; currentThread = Timer-0 at javafx.graphics/com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:291) at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:424) at javafx.graphics/javafx.scene.Parent$3.onProposedChange(Parent.java:471) at javafx.base/com.sun.javafx.collections.VetoableListDecorator.setAll(VetoableListDecorator.java:113) at javafx.base/com.sun.javafx.collections.VetoableListDecorator.setAll(VetoableListDecorator.java:108) at javafx.controls/javafx.scene.control.skin.LabeledSkinBase.updateChildren(LabeledSkinBase.java:272) at javafx.controls/javafx.scene.control.skin.LabeledSkinBase.lambda$new$11(LabeledSkinBase.java:220) at javafx.controls/com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.lambda$new$1(LambdaMultiplePropertyChangeListenerHandler.java:49) at javafx.base/javafx.beans.value.WeakChangeListener.changed(WeakChangeListener.java:86) at javafx.base/com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:181) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80) at javafx.base/javafx.beans.property

6th Jun 2021, 4:18 AM
M.O.HONOR
M.O.HONOR - avatar
2 Answers
0
Could you move the code to code bit and link it there, to increase readability
6th Jun 2021, 4:20 AM
Ananiya Jemberu
Ananiya Jemberu - avatar
6th Jun 2021, 8:39 AM
Denise Roßberg
Denise Roßberg - avatar