home *** CD-ROM | disk | FTP | other *** search
- import com.sun.java.swing.JTextArea;
- import com.sun.java.swing.text.JTextComponent;
-
- class ProgressPanel$MyTextArea extends JTextArea {
- // $FF: synthetic field
- private final ProgressPanel this$0;
-
- public ProgressPanel$MyTextArea(ProgressPanel var1) {
- super((String)null, 0, 0);
- this.this$0 = var1;
- this.this$0 = var1;
- ((JTextComponent)this).setEditable(false);
- }
-
- public float getAlignmentX() {
- return 0.0F;
- }
-
- public float getAlignmentY() {
- return 0.0F;
- }
- }
-