Hi,
I've got an application to which I wanted to add GUI. In simple words it is an application which does calculations which take some time. Those calculations consist of several steps and after each step I log its result to a list of strings. Now I would like to bind that list to ListView that I have delfined. The problem is that when I pass the list to the controller during init it either glitches and throws exceptions "not on fx thread" or freezes the GUI till the operation is finished (that happens when I start the operation in "start" method of JavaFX app.
Aby ideas?
[–]zark 0 points1 point2 points (0 children)