how to make a loading bar
hello can you please help me on how to make the loading bar in java
can you make this code..i have a program and i want to put a loading bar ..thanks in advance hoping for your positive responds.
Related Article: Loading Bar Help
is a solved Java discussion thread by sirlink99 that has 2 replies, was last updated 2 years ago and has been tagged with the keywords: bar, java, load, problem, script, solution.
jemz
Practically a Posting Shark
848 posts since Jan 2010
Reputation Points: 9
Solved Threads: 0
Skill Endorsements: 0
AndreiDMS
Junior Poster in Training
68 posts since Oct 2009
Reputation Points: 10
Solved Threads: 9
Skill Endorsements: 0
There are the JProgressBar, JScrollBar classes that might be usefull to you. For better results, maybe you need to put one of them in a thread. One thread will do the loading and the other will display the loading bar
javaAddict
Nearly a Senior Poster
3,338 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 450
Skill Endorsements: 7
can you give me the complete code of JProgreesBar..i dont have idea in making the code please help me so that i can have idea on this..thanks in advance.
jemz
Practically a Posting Shark
848 posts since Jan 2010
Reputation Points: 9
Solved Threads: 0
Skill Endorsements: 0
Nobody is giving you anything except advice (and I find even that doubtful at this point). Read the rules or go away.
BestJewSinceJC
Posting Maven
2,774 posts since Sep 2008
Reputation Points: 874
Solved Threads: 354
Skill Endorsements: 13
can you give me the complete code of JProgreesBar..i dont have idea in making the code please help me so that i can have idea on this..thanks in advance.
Read the API for the classes mentioned here and see what you can do.
JProgressBar.
A link with a tutorial has also been provided in a previous post. Did you find it helpful?
javaAddict
Nearly a Senior Poster
3,338 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 450
Skill Endorsements: 7
thanks for giving me this idea
jemz
Practically a Posting Shark
848 posts since Jan 2010
Reputation Points: 9
Solved Threads: 0
Skill Endorsements: 0