Java Code

Non-Linear Progess Bar Component - Get Source.

I'm using it for tracking and reporting networking events that are threaded and finish in different orders. For example.. if I make 10 request over threads..the java NonLinearProgessBar class can track the completion of all 10 events in a user friendly color coded bar. The colors are easily customizable via the first few lines in the code. It includes a main function to demonstrate how easy it is to use. It's free for all, just please keep my name in the header as a reference. Enjoy!

Basic Example (Component Just Placed on JFrame): NonLinearProgress Bar Example 1

Example Of How I'm Using it (Used to track P2P downloads for media player display): NonLinearProgress Bar Example 2