Basically I've got this task bot that does a few simple tasks. I'm keeping track of running time, xp gained, items done, money etc. These are stats I want the user to be able to see updated live as the bot runs.
But keeping track of the data isn't the issue, updating the JavaFX UI is.
Right...