This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Threads and Synchronization and the fly likes How to create status/progress bar in java using threads? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply locked New topic
Author

How to create status/progress bar in java using threads?

Vijayanand Jayaraj
Greenhorn

Joined: May 19, 2007
Posts: 24
Hi all,
I want to create a progress/status bar for my application.How can I create it using java.My work is,I should not use Awt,Swing or Jpanel,Applet,.... I should create it using a simple java program... Is it possible..If so,can anyone explain the above sequence.. The task is like this,when a user switches from one task to another task a status/progress bar should be given to the user that the next task is going to be loaded... This is the task.. How can I do this using simple java program without using any graphics application like Awt,Swing or Jpanel,Applet,.... Currently I am working on this application in JSP.


Thanks,<br />Vijay Anand
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35249
    
    7
Please do not post the same question multiple times: CarefullyChooseOneForum

Let's continue the discussion in this duplicate thread.
[ July 11, 2007: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to create status/progress bar in java using threads?
 
Similar Threads
Mac GUI fails 30 percent of the time, debugging, and swing Vs AWT
Extending thread class
Progress Indicator
Questions regarding to using applets and JComponents
How to create progress/status bar in java?