Progress Bar and Scroller reusable components

The two components I've developed are small in size (light weight), and simple to use. The ProgressBar is written without platform-native code (peerless), while the Scroller combines AWT components by "wrapping" a horizontal and vertical Scrollbar around a Canvas.

Here's a demo applet using both components.
 
 
 
How to use the ProgressBar component:
 
 
 How to use the Scroller component:
 
 
Java source for the ProgressBar, Scroller, and the Demo Applet:
   
Documentation for the ProgressBar, Scroller, and the Demo Applet:
 
The Progress bar and Scroller class files (to save, right click and use the 'save link as' option):
 
Both components are JARS rated, and can be found at these sites:
  

Number of hits:  



Email me at: l_schiano
@hotmail.com


 

1