OK so I have the uploader uploading files using the Java FTP, I would like to update the label and the progress bar. Label with the percent text, bar with the percent int va
You should implement the transfer logic in a SwingWorker, that way the UI will have the chance to present the progress.