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

  1. import com.sun.java.swing.JTextArea;
  2. import com.sun.java.swing.text.JTextComponent;
  3.  
  4. class ProgressPanel$MyTextArea extends JTextArea {
  5.    // $FF: synthetic field
  6.    private final ProgressPanel this$0;
  7.  
  8.    public ProgressPanel$MyTextArea(ProgressPanel var1) {
  9.       super((String)null, 0, 0);
  10.       this.this$0 = var1;
  11.       this.this$0 = var1;
  12.       ((JTextComponent)this).setEditable(false);
  13.    }
  14.  
  15.    public float getAlignmentX() {
  16.       return 0.0F;
  17.    }
  18.  
  19.    public float getAlignmentY() {
  20.       return 0.0F;
  21.    }
  22. }
  23.