Note: I'm using netbeans 7.4
i tried all most everything to make a progress bar in net beans please help
What do you actually want the bar to track the progress of? As you are using Netbeans I assume you're using Java, so I assume you are also using Swing, if so, what have you got so far and how much do you actually understand it? Are you using the Swing drag & drop designer or coding the UI yourself? Your question is pretty damn vague.
You should look up the Swing tutorials Oracle published, it covers a lot of the core elements of Swing and gives you some idea how to create more advanced ones quite quickly. The ProgressBar tutorial is available [url=http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html]here[/url].
[editline]edited:[/editline]
:(
Sorry, you need to Log In to post a reply to this thread.