home *** CD-ROM | disk | FTP | other *** search
- import java.awt.*;
-
- public class \Name\ extends java.awt.Scrollbar
- {
- public \Name\ ()
- {
- super ();
- }
- public \Name\ (int AOrientation)
- {
- super (AOrientation);
- }
- public \Name\ (int AOrientation, int AValue, int APageSize, int AMin, int AMax)
- {
- super (AOrientation, AValue, APageSize, AMin, AMax);
- }
- }
-