Update progress bar and multiple labels from thread
问题 I'm working on a JavaFX application that let's the user select a folder and then parse it's contents to find MP3 files and read their metadata. I got this working with Swing although I found it hard to make the user interface look good. Thus I'm trying to do the same in JavaFX. In the original Swing app, I create a thread which starts the parsing of files in the folder the user selected. It works like this: Find out total number of files to parse - The number of files and the number of