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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -