home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / May / JBUILDER / JSAMPLES.Z / Notepad$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-30  |  665 b   |  14 lines

  1. import com.sun.java.swing.ImageIcon;
  2. import com.sun.java.swing.JButton;
  3.  
  4. final class Notepad$1 extends JButton {
  5.    public float getAlignmentY() {
  6.       return 0.5F;
  7.    }
  8.  
  9.    // $FF: synthetic method
  10.    Notepad$1(ImageIcon var1) {
  11.       super(var1);
  12.    }
  13. }
  14.