Task « JProgressBar « Java Swing Q&A





1. How to get custom defined gif in Java Swing while a task is in Progress    stackoverflow.com

I need to put a rotating Waiting.gif image indicating task is in progress when I call a EJB method from my java Swing class.

2. How to create a task for using progress monitors in java?    stackoverflow.com

I've created a stand alone java application in which i need to copy files from one place to other. But the copying takes times and i want to show the progress ...