swing - java threading control / concurrent operation -


i have created control in java. allows user download file. user can download list of files @ once. there program must load controls , start @ least 4 of them. want 4 operations run concurrently. far can 1 run @ time. how achieve this?

public class download extends java.awt.panel implements runnable 

i have looked @ threading can mod make thread? or better way? note looked @ threading , confused in c# have used background process. learning java in netbeans ide.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -