Downloading file/files in Java. Multithreading, this works?
问题 First, everyone needs to know i'm relatively new to Java coding. To be more precise i'm completely new to Object Oriented Programming. To the question. I am trying to create a download class that updates a progress bar it was given to show its progress. And possibly anything else I decide to give it in the future to update. The issue currently is that, in my head, this shouldn't work. I can do anything i want on the "main" method and the GUI is still responsive and quick. In my experience in