The Artima Developer Community
Sponsored Link

Java Answers Forum
swing progress bar

1 reply on 1 page. Most recent reply: Mar 26, 2002 3:17 AM by Yousuf

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
des

Posts: 4
Nickname: des
Registered: Mar, 2002

swing progress bar Posted: Mar 25, 2002 11:11 PM
Reply to this message Reply
Advertisement
hi,how can i make a progress bar that can trace my running java application? i will call a java application and i want a progress bar to appear tracing the development of the running application.


Yousuf

Posts: 19
Nickname: saeed
Registered: Mar, 2002

Re: swing progress bar Posted: Mar 26, 2002 3:17 AM
Reply to this message Reply
Hello programmer
You have to set an integer intially ay 0.give the increament to an integer as your java application run.These increamented value you have to pass to progressBar as an argument in setValue() method.If you give me some idea about your application I will be able to explain you in more precise way..
I hope this will help you...
Yousuf

Flat View: This topic has 1 reply on 1 page
Topic: removing panels... Previous Topic   Next Topic Topic: Copying Strings into an array

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use