home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Java / SlideShow / Sources (skeleton) / ForwardButton.java < prev    next >
Encoding:
Java Source  |  2000-09-28  |  170 b   |  8 lines  |  [TEXT/CWIE]

  1. public class ForwardButton extends RolloverButton
  2. {
  3.     protected void initImages()
  4.     {
  5.         //Initialize images for the ForwardButton
  6.         //Insert "ForwardButton initImages"
  7.     }
  8. }