gamebuilder | Game Builder is an application that allows users | Game Engine library
kandi X-RAY | gamebuilder Summary
kandi X-RAY | gamebuilder Summary
This project is no longer actively developed or maintained.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gamebuilder
gamebuilder Key Features
gamebuilder Examples and Code Snippets
Community Discussions
Trending Discussions on gamebuilder
QUESTION
I make board game in javafx and I stumbled upon a problem. My application has Client/Server connection. Whenever server sends data about where player moved his pawn I call a function movePawn() that moves pawn and call another function refresh() that repaints board and pawns. unfortunatelly I get error saying that function is called from thread that is not FX and therefore cannot proceed. I tried tasks and Platform.runLater but either I'm doing it wrong or it doesnt work. Can anyone help?
Here is code of controller if you want any of other class codes I can post them as well:
...ANSWER
Answered 2018-Jan-16 at 22:13One of your other classes seems to start a thread, which is not controlled by your fx application thread. Hard to tell, which one without seeing the other classes.
Please have a look at what to consider when using background threads in a java fx application (or when using libaries, that do so), e.g. how to use Task
and Platform.runLater(Runnable r)
. There are countless other questions about that topic on SO, that might help you.
https://docs.oracle.com/javase/8/javafx/interoperability-tutorial/concurrency.htm
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gamebuilder
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page