-
Thread control
hai
i write below code in swings
method1();
create one instance for class
call one method for created instance class
method2();
method1() for create one JDialog and show(which tells process is going on)
class for copy files from one folder to another folder
method2() for create another JDialog and show(which tells process is completed)
what i need is while process i.e. coping file from one to another folder first dialog box appears and shows "process is going on" this text put in JTextField.
after completion of process second dialog box tells process is completed.
what happend here while processing dialog box appears and it does not show its textfiled .
after completion second dialog box works perfectly.
pl tell me how can i handle this situation.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks