Show progress during FTP file upload in a java applet

后端 未结 3 1721
南旧
南旧 2020-12-07 06:09

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

3条回答
  •  天命终不由人
    2020-12-07 06:19

    You should implement the transfer logic in a SwingWorker, that way the UI will have the chance to present the progress.

提交回复
热议问题