public class javax.swing.JTextArea extends javax.swing.text.JTextComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.JTextArea
  super_class: javax.swing.text.JTextComponent
{
  private static final java.lang.String uiClassID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "TextAreaUI"

  private int rows;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int columns;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int columnWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int rowHeight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean wrap;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean word;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 135
            aload 0 /* this */
            aconst_null
            aconst_null
            iconst_0
            iconst_0
            invokespecial javax.swing.JTextArea.<init>:(Ljavax/swing/text/Document;Ljava/lang/String;II)V
         1: .line 136
            return
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JTextArea;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // java.lang.String text
         0: .line 145
            aload 0 /* this */
            aconst_null
            aload 1 /* text */
            iconst_0
            iconst_0
            invokespecial javax.swing.JTextArea.<init>:(Ljavax/swing/text/Document;Ljava/lang/String;II)V
         1: .line 146
            return
        end local 1 // java.lang.String text
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JTextArea;
            0    2     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javax.swing.JTextArea this
        start local 1 // int rows
        start local 2 // int columns
         0: .line 159
            aload 0 /* this */
            aconst_null
            aconst_null
            iload 1 /* rows */
            iload 2 /* columns */
            invokespecial javax.swing.JTextArea.<init>:(Ljavax/swing/text/Document;Ljava/lang/String;II)V
         1: .line 160
            return
        end local 2 // int columns
        end local 1 // int rows
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavax/swing/JTextArea;
            0    2     1     rows  I
            0    2     2  columns  I
    MethodParameters:
         Name  Flags
      rows     
      columns  

  public void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javax.swing.JTextArea this
        start local 1 // java.lang.String text
        start local 2 // int rows
        start local 3 // int columns
         0: .line 173
            aload 0 /* this */
            aconst_null
            aload 1 /* text */
            iload 2 /* rows */
            iload 3 /* columns */
            invokespecial javax.swing.JTextArea.<init>:(Ljavax/swing/text/Document;Ljava/lang/String;II)V
         1: .line 174
            return
        end local 3 // int columns
        end local 2 // int rows
        end local 1 // java.lang.String text
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavax/swing/JTextArea;
            0    2     1     text  Ljava/lang/String;
            0    2     2     rows  I
            0    2     3  columns  I
    MethodParameters:
         Name  Flags
      text     
      rows     
      columns  

  public void <init>(javax.swing.text.Document);
    descriptor: (Ljavax/swing/text/Document;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // javax.swing.text.Document doc
         0: .line 183
            aload 0 /* this */
            aload 1 /* doc */
            aconst_null
            iconst_0
            iconst_0
            invokespecial javax.swing.JTextArea.<init>:(Ljavax/swing/text/Document;Ljava/lang/String;II)V
         1: .line 184
            return
        end local 1 // javax.swing.text.Document doc
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JTextArea;
            0    2     1   doc  Ljavax/swing/text/Document;
    MethodParameters:
      Name  Flags
      doc   

  public void <init>(javax.swing.text.Document, java.lang.String, int, int);
    descriptor: (Ljavax/swing/text/Document;Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // javax.swing.JTextArea this
        start local 1 // javax.swing.text.Document doc
        start local 2 // java.lang.String text
        start local 3 // int rows
        start local 4 // int columns
         0: .line 199
            aload 0 /* this */
            invokespecial javax.swing.text.JTextComponent.<init>:()V
         1: .line 200
            aload 0 /* this */
            iload 3 /* rows */
            putfield javax.swing.JTextArea.rows:I
         2: .line 201
            aload 0 /* this */
            iload 4 /* columns */
            putfield javax.swing.JTextArea.columns:I
         3: .line 202
            aload 1 /* doc */
            ifnonnull 5
         4: .line 203
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.createDefaultModel:()Ljavax/swing/text/Document;
            astore 1 /* doc */
         5: .line 205
      StackMap locals: javax.swing.JTextArea javax.swing.text.Document java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* doc */
            invokevirtual javax.swing.JTextArea.setDocument:(Ljavax/swing/text/Document;)V
         6: .line 206
            aload 2 /* text */
            ifnull 9
         7: .line 207
            aload 0 /* this */
            aload 2 /* text */
            invokevirtual javax.swing.JTextArea.setText:(Ljava/lang/String;)V
         8: .line 208
            aload 0 /* this */
            iconst_0
            iconst_0
            invokevirtual javax.swing.JTextArea.select:(II)V
         9: .line 210
      StackMap locals:
      StackMap stack:
            iload 3 /* rows */
            ifge 11
        10: .line 211
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "rows: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* rows */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 213
      StackMap locals:
      StackMap stack:
            iload 4 /* columns */
            ifge 13
        12: .line 214
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "columns: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* columns */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        14: .line 217
            ldc "focusTraversalKeysForward"
        15: .line 219
            invokestatic javax.swing.JComponent.getManagingFocusForwardTraversalKeys:()Ljava/util/Set;
        16: .line 216
            invokestatic javax.swing.LookAndFeel.installProperty:(Ljavax/swing/JComponent;Ljava/lang/String;Ljava/lang/Object;)V
        17: .line 220
            aload 0 /* this */
        18: .line 221
            ldc "focusTraversalKeysBackward"
        19: .line 223
            invokestatic javax.swing.JComponent.getManagingFocusBackwardTraversalKeys:()Ljava/util/Set;
        20: .line 220
            invokestatic javax.swing.LookAndFeel.installProperty:(Ljavax/swing/JComponent;Ljava/lang/String;Ljava/lang/Object;)V
        21: .line 224
            return
        end local 4 // int columns
        end local 3 // int rows
        end local 2 // java.lang.String text
        end local 1 // javax.swing.text.Document doc
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Ljavax/swing/JTextArea;
            0   22     1      doc  Ljavax/swing/text/Document;
            0   22     2     text  Ljava/lang/String;
            0   22     3     rows  I
            0   22     4  columns  I
    MethodParameters:
         Name  Flags
      doc      
      text     
      rows     
      columns  

  public java.lang.String getUIClassID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 235
            ldc "TextAreaUI"
            areturn
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JTextArea;
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(bound = false)

  protected javax.swing.text.Document createDefaultModel();
    descriptor: ()Ljavax/swing/text/Document;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 246
            new javax.swing.text.PlainDocument
            dup
            invokespecial javax.swing.text.PlainDocument.<init>:()V
            areturn
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JTextArea;

  public void setTabSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // int size
         0: .line 261
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            astore 2 /* doc */
        start local 2 // javax.swing.text.Document doc
         1: .line 262
            aload 2 /* doc */
            ifnull 5
         2: .line 263
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getTabSize:()I
            istore 3 /* old */
        start local 3 // int old
         3: .line 264
            aload 2 /* doc */
            ldc "tabSize"
            iload 1 /* size */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface javax.swing.text.Document.putProperty:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 265
            aload 0 /* this */
            ldc "tabSize"
            iload 3 /* old */
            iload 1 /* size */
            invokevirtual javax.swing.JTextArea.firePropertyChange:(Ljava/lang/String;II)V
        end local 3 // int old
         5: .line 267
      StackMap locals: javax.swing.text.Document
      StackMap stack:
            return
        end local 2 // javax.swing.text.Document doc
        end local 1 // int size
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/JTextArea;
            0    6     1  size  I
            1    6     2   doc  Ljavax/swing/text/Document;
            3    5     3   old  I
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(preferred = true, description = "the number of characters to expand tabs to")
    MethodParameters:
      Name  Flags
      size  

  public int getTabSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 276
            bipush 8
            istore 1 /* size */
        start local 1 // int size
         1: .line 277
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            astore 2 /* doc */
        start local 2 // javax.swing.text.Document doc
         2: .line 278
            aload 2 /* doc */
            ifnull 6
         3: .line 279
            aload 2 /* doc */
            ldc "tabSize"
            invokeinterface javax.swing.text.Document.getProperty:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 3 /* i */
        start local 3 // java.lang.Integer i
         4: .line 280
            aload 3 /* i */
            ifnull 6
         5: .line 281
            aload 3 /* i */
            invokevirtual java.lang.Integer.intValue:()I
            istore 1 /* size */
        end local 3 // java.lang.Integer i
         6: .line 284
      StackMap locals: int javax.swing.text.Document
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 2 // javax.swing.text.Document doc
        end local 1 // int size
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/swing/JTextArea;
            1    7     1  size  I
            2    7     2   doc  Ljavax/swing/text/Document;
            4    6     3     i  Ljava/lang/Integer;

  public void setLineWrap(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // boolean wrap
         0: .line 301
            aload 0 /* this */
            getfield javax.swing.JTextArea.wrap:Z
            istore 2 /* old */
        start local 2 // boolean old
         1: .line 302
            aload 0 /* this */
            iload 1 /* wrap */
            putfield javax.swing.JTextArea.wrap:Z
         2: .line 303
            aload 0 /* this */
            ldc "lineWrap"
            iload 2 /* old */
            iload 1 /* wrap */
            invokevirtual javax.swing.JTextArea.firePropertyChange:(Ljava/lang/String;ZZ)V
         3: .line 304
            return
        end local 2 // boolean old
        end local 1 // boolean wrap
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/JTextArea;
            0    4     1  wrap  Z
            1    4     2   old  Z
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(preferred = true, description = "should lines be wrapped")
    MethodParameters:
      Name  Flags
      wrap  

  public boolean getLineWrap();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 315
            aload 0 /* this */
            getfield javax.swing.JTextArea.wrap:Z
            ireturn
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JTextArea;

  public void setWrapStyleWord(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // boolean word
         0: .line 333
            aload 0 /* this */
            getfield javax.swing.JTextArea.word:Z
            istore 2 /* old */
        start local 2 // boolean old
         1: .line 334
            aload 0 /* this */
            iload 1 /* word */
            putfield javax.swing.JTextArea.word:Z
         2: .line 335
            aload 0 /* this */
            ldc "wrapStyleWord"
            iload 2 /* old */
            iload 1 /* word */
            invokevirtual javax.swing.JTextArea.firePropertyChange:(Ljava/lang/String;ZZ)V
         3: .line 336
            return
        end local 2 // boolean old
        end local 1 // boolean word
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/JTextArea;
            0    4     1  word  Z
            1    4     2   old  Z
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(description = "should wrapping occur at word boundaries")
    MethodParameters:
      Name  Flags
      word  

  public boolean getWrapStyleWord();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 350
            aload 0 /* this */
            getfield javax.swing.JTextArea.word:Z
            ireturn
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JTextArea;

  public int getLineOfOffset(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // int offset
         0: .line 363
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            astore 2 /* doc */
        start local 2 // javax.swing.text.Document doc
         1: .line 364
            iload 1 /* offset */
            ifge 3
         2: .line 365
            new javax.swing.text.BadLocationException
            dup
            ldc "Can't translate offset to line"
            iconst_m1
            invokespecial javax.swing.text.BadLocationException.<init>:(Ljava/lang/String;I)V
            athrow
         3: .line 366
      StackMap locals: javax.swing.text.Document
      StackMap stack:
            iload 1 /* offset */
            aload 2 /* doc */
            invokeinterface javax.swing.text.Document.getLength:()I
            if_icmple 5
         4: .line 367
            new javax.swing.text.BadLocationException
            dup
            ldc "Can't translate offset to line"
            aload 2 /* doc */
            invokeinterface javax.swing.text.Document.getLength:()I
            iconst_1
            iadd
            invokespecial javax.swing.text.BadLocationException.<init>:(Ljava/lang/String;I)V
            athrow
         5: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            invokeinterface javax.swing.text.Document.getDefaultRootElement:()Ljavax/swing/text/Element;
            astore 3 /* map */
        start local 3 // javax.swing.text.Element map
         6: .line 370
            aload 3 /* map */
            iload 1 /* offset */
            invokeinterface javax.swing.text.Element.getElementIndex:(I)I
            ireturn
        end local 3 // javax.swing.text.Element map
        end local 2 // javax.swing.text.Document doc
        end local 1 // int offset
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavax/swing/JTextArea;
            0    7     1  offset  I
            1    7     2     doc  Ljavax/swing/text/Document;
            6    7     3     map  Ljavax/swing/text/Element;
    Exceptions:
      throws javax.swing.text.BadLocationException
    MethodParameters:
        Name  Flags
      offset  

  public int getLineCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 381
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            invokeinterface javax.swing.text.Document.getDefaultRootElement:()Ljavax/swing/text/Element;
            astore 1 /* map */
        start local 1 // javax.swing.text.Element map
         1: .line 382
            aload 1 /* map */
            invokeinterface javax.swing.text.Element.getElementCount:()I
            ireturn
        end local 1 // javax.swing.text.Element map
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JTextArea;
            1    2     1   map  Ljavax/swing/text/Element;
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(bound = false)

  public int getLineStartOffset(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // int line
         0: .line 396
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getLineCount:()I
            istore 2 /* lineCount */
        start local 2 // int lineCount
         1: .line 397
            iload 1 /* line */
            ifge 3
         2: .line 398
            new javax.swing.text.BadLocationException
            dup
            ldc "Negative line"
            iconst_m1
            invokespecial javax.swing.text.BadLocationException.<init>:(Ljava/lang/String;I)V
            athrow
         3: .line 399
      StackMap locals: int
      StackMap stack:
            iload 1 /* line */
            iload 2 /* lineCount */
            if_icmplt 5
         4: .line 400
            new javax.swing.text.BadLocationException
            dup
            ldc "No such line"
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            invokeinterface javax.swing.text.Document.getLength:()I
            iconst_1
            iadd
            invokespecial javax.swing.text.BadLocationException.<init>:(Ljava/lang/String;I)V
            athrow
         5: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            invokeinterface javax.swing.text.Document.getDefaultRootElement:()Ljavax/swing/text/Element;
            astore 3 /* map */
        start local 3 // javax.swing.text.Element map
         6: .line 403
            aload 3 /* map */
            iload 1 /* line */
            invokeinterface javax.swing.text.Element.getElement:(I)Ljavax/swing/text/Element;
            astore 4 /* lineElem */
        start local 4 // javax.swing.text.Element lineElem
         7: .line 404
            aload 4 /* lineElem */
            invokeinterface javax.swing.text.Element.getStartOffset:()I
            ireturn
        end local 4 // javax.swing.text.Element lineElem
        end local 3 // javax.swing.text.Element map
        end local 2 // int lineCount
        end local 1 // int line
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Ljavax/swing/JTextArea;
            0    8     1       line  I
            1    8     2  lineCount  I
            6    8     3        map  Ljavax/swing/text/Element;
            7    8     4   lineElem  Ljavax/swing/text/Element;
    Exceptions:
      throws javax.swing.text.BadLocationException
    MethodParameters:
      Name  Flags
      line  

  public int getLineEndOffset(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // int line
         0: .line 419
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getLineCount:()I
            istore 2 /* lineCount */
        start local 2 // int lineCount
         1: .line 420
            iload 1 /* line */
            ifge 3
         2: .line 421
            new javax.swing.text.BadLocationException
            dup
            ldc "Negative line"
            iconst_m1
            invokespecial javax.swing.text.BadLocationException.<init>:(Ljava/lang/String;I)V
            athrow
         3: .line 422
      StackMap locals: int
      StackMap stack:
            iload 1 /* line */
            iload 2 /* lineCount */
            if_icmplt 5
         4: .line 423
            new javax.swing.text.BadLocationException
            dup
            ldc "No such line"
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            invokeinterface javax.swing.text.Document.getLength:()I
            iconst_1
            iadd
            invokespecial javax.swing.text.BadLocationException.<init>:(Ljava/lang/String;I)V
            athrow
         5: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            invokeinterface javax.swing.text.Document.getDefaultRootElement:()Ljavax/swing/text/Element;
            astore 3 /* map */
        start local 3 // javax.swing.text.Element map
         6: .line 426
            aload 3 /* map */
            iload 1 /* line */
            invokeinterface javax.swing.text.Element.getElement:(I)Ljavax/swing/text/Element;
            astore 4 /* lineElem */
        start local 4 // javax.swing.text.Element lineElem
         7: .line 427
            aload 4 /* lineElem */
            invokeinterface javax.swing.text.Element.getEndOffset:()I
            istore 5 /* endOffset */
        start local 5 // int endOffset
         8: .line 429
            iload 1 /* line */
            iload 2 /* lineCount */
            iconst_1
            isub
            if_icmpne 9
            iload 5 /* endOffset */
            iconst_1
            isub
            goto 10
      StackMap locals: javax.swing.text.Element javax.swing.text.Element int
      StackMap stack:
         9: iload 5 /* endOffset */
      StackMap locals:
      StackMap stack: int
        10: ireturn
        end local 5 // int endOffset
        end local 4 // javax.swing.text.Element lineElem
        end local 3 // javax.swing.text.Element map
        end local 2 // int lineCount
        end local 1 // int line
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Ljavax/swing/JTextArea;
            0   11     1       line  I
            1   11     2  lineCount  I
            6   11     3        map  Ljavax/swing/text/Element;
            7   11     4   lineElem  Ljavax/swing/text/Element;
            8   11     5  endOffset  I
    Exceptions:
      throws javax.swing.text.BadLocationException
    MethodParameters:
      Name  Flags
      line  

  public void insert(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // javax.swing.JTextArea this
        start local 1 // java.lang.String str
        start local 2 // int pos
         0: .line 447
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            astore 3 /* doc */
        start local 3 // javax.swing.text.Document doc
         1: .line 448
            aload 3 /* doc */
            ifnull 6
         2: .line 450
            aload 3 /* doc */
            iload 2 /* pos */
            aload 1 /* str */
            aconst_null
            invokeinterface javax.swing.text.Document.insertString:(ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V
         3: .line 451
            goto 6
      StackMap locals: javax.swing.JTextArea java.lang.String int javax.swing.text.Document
      StackMap stack: javax.swing.text.BadLocationException
         4: astore 4 /* e */
        start local 4 // javax.swing.text.BadLocationException e
         5: .line 452
            new java.lang.IllegalArgumentException
            dup
            aload 4 /* e */
            invokevirtual javax.swing.text.BadLocationException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // javax.swing.text.BadLocationException e
         6: .line 455
      StackMap locals:
      StackMap stack:
            return
        end local 3 // javax.swing.text.Document doc
        end local 2 // int pos
        end local 1 // java.lang.String str
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/swing/JTextArea;
            0    7     1   str  Ljava/lang/String;
            0    7     2   pos  I
            1    7     3   doc  Ljavax/swing/text/Document;
            5    6     4     e  Ljavax/swing/text/BadLocationException;
      Exception table:
        from    to  target  type
           2     3       4  Class javax.swing.text.BadLocationException
    MethodParameters:
      Name  Flags
      str   
      pos   

  public void append(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // java.lang.String str
         0: .line 465
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            astore 2 /* doc */
        start local 2 // javax.swing.text.Document doc
         1: .line 466
            aload 2 /* doc */
            ifnull 5
         2: .line 468
            aload 2 /* doc */
            aload 2 /* doc */
            invokeinterface javax.swing.text.Document.getLength:()I
            aload 1 /* str */
            aconst_null
            invokeinterface javax.swing.text.Document.insertString:(ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V
         3: .line 469
            goto 5
      StackMap locals: javax.swing.JTextArea java.lang.String javax.swing.text.Document
      StackMap stack: javax.swing.text.BadLocationException
         4: pop
         5: .line 472
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javax.swing.text.Document doc
        end local 1 // java.lang.String str
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/JTextArea;
            0    6     1   str  Ljava/lang/String;
            1    6     2   doc  Ljavax/swing/text/Document;
      Exception table:
        from    to  target  type
           2     3       4  Class javax.swing.text.BadLocationException
    MethodParameters:
      Name  Flags
      str   

  public void replaceRange(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // javax.swing.JTextArea this
        start local 1 // java.lang.String str
        start local 2 // int start
        start local 3 // int end
         0: .line 487
            iload 3 /* end */
            iload 2 /* start */
            if_icmpge 2
         1: .line 488
            new java.lang.IllegalArgumentException
            dup
            ldc "end before start"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 490
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
            astore 4 /* doc */
        start local 4 // javax.swing.text.Document doc
         3: .line 491
            aload 4 /* doc */
            ifnull 14
         4: .line 493
            aload 4 /* doc */
            instanceof javax.swing.text.AbstractDocument
            ifeq 9
         5: .line 494
            aload 4 /* doc */
            checkcast javax.swing.text.AbstractDocument
            iload 2 /* start */
            iload 3 /* end */
            iload 2 /* start */
            isub
            aload 1 /* str */
         6: .line 495
            aconst_null
         7: .line 494
            invokevirtual javax.swing.text.AbstractDocument.replace:(IILjava/lang/String;Ljavax/swing/text/AttributeSet;)V
         8: .line 496
            goto 14
         9: .line 498
      StackMap locals: javax.swing.text.Document
      StackMap stack:
            aload 4 /* doc */
            iload 2 /* start */
            iload 3 /* end */
            iload 2 /* start */
            isub
            invokeinterface javax.swing.text.Document.remove:(II)V
        10: .line 499
            aload 4 /* doc */
            iload 2 /* start */
            aload 1 /* str */
            aconst_null
            invokeinterface javax.swing.text.Document.insertString:(ILjava/lang/String;Ljavax/swing/text/AttributeSet;)V
        11: .line 501
            goto 14
      StackMap locals:
      StackMap stack: javax.swing.text.BadLocationException
        12: astore 5 /* e */
        start local 5 // javax.swing.text.BadLocationException e
        13: .line 502
            new java.lang.IllegalArgumentException
            dup
            aload 5 /* e */
            invokevirtual javax.swing.text.BadLocationException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // javax.swing.text.BadLocationException e
        14: .line 505
      StackMap locals:
      StackMap stack:
            return
        end local 4 // javax.swing.text.Document doc
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.String str
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Ljavax/swing/JTextArea;
            0   15     1    str  Ljava/lang/String;
            0   15     2  start  I
            0   15     3    end  I
            3   15     4    doc  Ljavax/swing/text/Document;
           13   14     5      e  Ljavax/swing/text/BadLocationException;
      Exception table:
        from    to  target  type
           4    11      12  Class javax.swing.text.BadLocationException
    MethodParameters:
       Name  Flags
      str    
      start  
      end    

  public int getRows();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 513
            aload 0 /* this */
            getfield javax.swing.JTextArea.rows:I
            ireturn
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JTextArea;

  public void setRows(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // int rows
         0: .line 527
            aload 0 /* this */
            getfield javax.swing.JTextArea.rows:I
            istore 2 /* oldVal */
        start local 2 // int oldVal
         1: .line 528
            iload 1 /* rows */
            ifge 3
         2: .line 529
            new java.lang.IllegalArgumentException
            dup
            ldc "rows less than zero."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 531
      StackMap locals: int
      StackMap stack:
            iload 1 /* rows */
            iload 2 /* oldVal */
            if_icmpeq 6
         4: .line 532
            aload 0 /* this */
            iload 1 /* rows */
            putfield javax.swing.JTextArea.rows:I
         5: .line 533
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.invalidate:()V
         6: .line 535
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int oldVal
        end local 1 // int rows
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljavax/swing/JTextArea;
            0    7     1    rows  I
            1    7     2  oldVal  I
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(bound = false, description = "the number of rows preferred for display")
    MethodParameters:
      Name  Flags
      rows  

  protected int getRowHeight();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 544
            aload 0 /* this */
            getfield javax.swing.JTextArea.rowHeight:I
            ifne 3
         1: .line 545
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getFont:()Ljava/awt/Font;
            invokevirtual javax.swing.JTextArea.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 1 /* metrics */
        start local 1 // java.awt.FontMetrics metrics
         2: .line 546
            aload 0 /* this */
            aload 1 /* metrics */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            putfield javax.swing.JTextArea.rowHeight:I
        end local 1 // java.awt.FontMetrics metrics
         3: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.JTextArea.rowHeight:I
            ireturn
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljavax/swing/JTextArea;
            2    3     1  metrics  Ljava/awt/FontMetrics;

  public int getColumns();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 557
            aload 0 /* this */
            getfield javax.swing.JTextArea.columns:I
            ireturn
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JTextArea;

  public void setColumns(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // int columns
         0: .line 571
            aload 0 /* this */
            getfield javax.swing.JTextArea.columns:I
            istore 2 /* oldVal */
        start local 2 // int oldVal
         1: .line 572
            iload 1 /* columns */
            ifge 3
         2: .line 573
            new java.lang.IllegalArgumentException
            dup
            ldc "columns less than zero."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 575
      StackMap locals: int
      StackMap stack:
            iload 1 /* columns */
            iload 2 /* oldVal */
            if_icmpeq 6
         4: .line 576
            aload 0 /* this */
            iload 1 /* columns */
            putfield javax.swing.JTextArea.columns:I
         5: .line 577
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.invalidate:()V
         6: .line 579
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int oldVal
        end local 1 // int columns
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Ljavax/swing/JTextArea;
            0    7     1  columns  I
            1    7     2   oldVal  I
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(bound = false, description = "the number of columns preferred for display")
    MethodParameters:
         Name  Flags
      columns  

  protected int getColumnWidth();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 592
            aload 0 /* this */
            getfield javax.swing.JTextArea.columnWidth:I
            ifne 3
         1: .line 593
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getFont:()Ljava/awt/Font;
            invokevirtual javax.swing.JTextArea.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 1 /* metrics */
        start local 1 // java.awt.FontMetrics metrics
         2: .line 594
            aload 0 /* this */
            aload 1 /* metrics */
            bipush 109
            invokevirtual java.awt.FontMetrics.charWidth:(C)I
            putfield javax.swing.JTextArea.columnWidth:I
        end local 1 // java.awt.FontMetrics metrics
         3: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.JTextArea.columnWidth:I
            ireturn
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljavax/swing/JTextArea;
            2    3     1  metrics  Ljava/awt/FontMetrics;

  public java.awt.Dimension getPreferredSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 609
            aload 0 /* this */
            invokespecial javax.swing.text.JTextComponent.getPreferredSize:()Ljava/awt/Dimension;
            astore 1 /* d */
        start local 1 // java.awt.Dimension d
         1: .line 610
            aload 1 /* d */
            ifnonnull 2
            new java.awt.Dimension
            dup
            sipush 400
            sipush 400
            invokespecial java.awt.Dimension.<init>:(II)V
            goto 3
      StackMap locals: java.awt.Dimension
      StackMap stack:
         2: aload 1 /* d */
      StackMap locals:
      StackMap stack: java.awt.Dimension
         3: astore 1 /* d */
         4: .line 611
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getInsets:()Ljava/awt/Insets;
            astore 2 /* insets */
        start local 2 // java.awt.Insets insets
         5: .line 613
            aload 0 /* this */
            getfield javax.swing.JTextArea.columns:I
            ifeq 9
         6: .line 614
            aload 1 /* d */
            aload 1 /* d */
            getfield java.awt.Dimension.width:I
            aload 0 /* this */
            getfield javax.swing.JTextArea.columns:I
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getColumnWidth:()I
            imul
         7: .line 615
            aload 2 /* insets */
            getfield java.awt.Insets.left:I
            iadd
            aload 2 /* insets */
            getfield java.awt.Insets.right:I
            iadd
         8: .line 614
            invokestatic java.lang.Math.max:(II)I
            putfield java.awt.Dimension.width:I
         9: .line 617
      StackMap locals: java.awt.Insets
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.JTextArea.rows:I
            ifeq 13
        10: .line 618
            aload 1 /* d */
            aload 1 /* d */
            getfield java.awt.Dimension.height:I
            aload 0 /* this */
            getfield javax.swing.JTextArea.rows:I
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getRowHeight:()I
            imul
        11: .line 619
            aload 2 /* insets */
            getfield java.awt.Insets.top:I
            iadd
            aload 2 /* insets */
            getfield java.awt.Insets.bottom:I
            iadd
        12: .line 618
            invokestatic java.lang.Math.max:(II)I
            putfield java.awt.Dimension.height:I
        13: .line 621
      StackMap locals:
      StackMap stack:
            aload 1 /* d */
            areturn
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Dimension d
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Ljavax/swing/JTextArea;
            1   14     1       d  Ljava/awt/Dimension;
            5   14     2  insets  Ljava/awt/Insets;

  public void setFont(java.awt.Font);
    descriptor: (Ljava/awt/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // java.awt.Font f
         0: .line 631
            aload 0 /* this */
            aload 1 /* f */
            invokespecial javax.swing.text.JTextComponent.setFont:(Ljava/awt/Font;)V
         1: .line 632
            aload 0 /* this */
            iconst_0
            putfield javax.swing.JTextArea.rowHeight:I
         2: .line 633
            aload 0 /* this */
            iconst_0
            putfield javax.swing.JTextArea.columnWidth:I
         3: .line 634
            return
        end local 1 // java.awt.Font f
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/JTextArea;
            0    4     1     f  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      f     

  protected java.lang.String paramString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 647
            aload 0 /* this */
            getfield javax.swing.JTextArea.wrap:Z
            ifeq 2
         1: .line 648
            ldc "true"
            goto 3
      StackMap locals:
      StackMap stack:
         2: ldc "false"
         3: .line 647
      StackMap locals:
      StackMap stack: java.lang.String
            astore 1 /* wrapString */
        start local 1 // java.lang.String wrapString
         4: .line 649
            aload 0 /* this */
            getfield javax.swing.JTextArea.word:Z
            ifeq 6
         5: .line 650
            ldc "true"
            goto 7
      StackMap locals: java.lang.String
      StackMap stack:
         6: ldc "false"
         7: .line 649
      StackMap locals:
      StackMap stack: java.lang.String
            astore 2 /* wordString */
        start local 2 // java.lang.String wordString
         8: .line 652
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial javax.swing.text.JTextComponent.paramString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 653
            ldc ",colums="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield javax.swing.JTextArea.columns:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        10: .line 654
            ldc ",columWidth="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield javax.swing.JTextArea.columnWidth:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        11: .line 655
            ldc ",rows="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield javax.swing.JTextArea.rows:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        12: .line 656
            ldc ",rowHeight="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield javax.swing.JTextArea.rowHeight:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        13: .line 657
            ldc ",word="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* wordString */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        14: .line 658
            ldc ",wrap="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* wrapString */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        15: .line 652
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String wordString
        end local 1 // java.lang.String wrapString
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Ljavax/swing/JTextArea;
            4   16     1  wrapString  Ljava/lang/String;
            8   16     2  wordString  Ljava/lang/String;

  public boolean getScrollableTracksViewportWidth();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 674
            aload 0 /* this */
            getfield javax.swing.JTextArea.wrap:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            invokespecial javax.swing.text.JTextComponent.getScrollableTracksViewportWidth:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/JTextArea;
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(bound = false)

  public java.awt.Dimension getPreferredScrollableViewportSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 688
            aload 0 /* this */
            invokespecial javax.swing.text.JTextComponent.getPreferredScrollableViewportSize:()Ljava/awt/Dimension;
            astore 1 /* size */
        start local 1 // java.awt.Dimension size
         1: .line 689
            aload 1 /* size */
            ifnonnull 2
            new java.awt.Dimension
            dup
            sipush 400
            sipush 400
            invokespecial java.awt.Dimension.<init>:(II)V
            goto 3
      StackMap locals: java.awt.Dimension
      StackMap stack:
         2: aload 1 /* size */
      StackMap locals:
      StackMap stack: java.awt.Dimension
         3: astore 1 /* size */
         4: .line 690
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getInsets:()Ljava/awt/Insets;
            astore 2 /* insets */
        start local 2 // java.awt.Insets insets
         5: .line 692
            aload 1 /* size */
            aload 0 /* this */
            getfield javax.swing.JTextArea.columns:I
            ifne 6
            aload 1 /* size */
            getfield java.awt.Dimension.width:I
            goto 7
         6: .line 693
      StackMap locals: javax.swing.JTextArea java.awt.Dimension java.awt.Insets
      StackMap stack: java.awt.Dimension
            aload 0 /* this */
            getfield javax.swing.JTextArea.columns:I
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getColumnWidth:()I
            imul
            aload 2 /* insets */
            getfield java.awt.Insets.left:I
            iadd
            aload 2 /* insets */
            getfield java.awt.Insets.right:I
            iadd
         7: .line 692
      StackMap locals: javax.swing.JTextArea java.awt.Dimension java.awt.Insets
      StackMap stack: java.awt.Dimension int
            putfield java.awt.Dimension.width:I
         8: .line 694
            aload 1 /* size */
            aload 0 /* this */
            getfield javax.swing.JTextArea.rows:I
            ifne 9
            aload 1 /* size */
            getfield java.awt.Dimension.height:I
            goto 10
         9: .line 695
      StackMap locals:
      StackMap stack: java.awt.Dimension
            aload 0 /* this */
            getfield javax.swing.JTextArea.rows:I
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getRowHeight:()I
            imul
            aload 2 /* insets */
            getfield java.awt.Insets.top:I
            iadd
            aload 2 /* insets */
            getfield java.awt.Insets.bottom:I
            iadd
        10: .line 694
      StackMap locals: javax.swing.JTextArea java.awt.Dimension java.awt.Insets
      StackMap stack: java.awt.Dimension int
            putfield java.awt.Dimension.height:I
        11: .line 696
            aload 1 /* size */
            areturn
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Dimension size
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Ljavax/swing/JTextArea;
            1   12     1    size  Ljava/awt/Dimension;
            5   12     2  insets  Ljava/awt/Insets;
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(bound = false)

  public int getScrollableUnitIncrement(java.awt.Rectangle, int, int);
    descriptor: (Ljava/awt/Rectangle;II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javax.swing.JTextArea this
        start local 1 // java.awt.Rectangle visibleRect
        start local 2 // int orientation
        start local 3 // int direction
         0: .line 721
            iload 2 /* orientation */
            tableswitch { // 0 - 1
                    0: 2
                    1: 1
              default: 3
          }
         1: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getRowHeight:()I
            ireturn
         2: .line 725
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getColumnWidth:()I
            ireturn
         3: .line 727
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid orientation: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* orientation */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int direction
        end local 2 // int orientation
        end local 1 // java.awt.Rectangle visibleRect
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Ljavax/swing/JTextArea;
            0    4     1  visibleRect  Ljava/awt/Rectangle;
            0    4     2  orientation  I
            0    4     3    direction  I
    MethodParameters:
             Name  Flags
      visibleRect  
      orientation  
      direction    

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.JTextArea this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 736
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         1: .line 737
            aload 0 /* this */
            invokevirtual javax.swing.JTextArea.getUIClassID:()Ljava/lang/String;
            ldc "TextAreaUI"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         2: .line 738
            aload 0 /* this */
            invokestatic javax.swing.JComponent.getWriteObjCounter:(Ljavax/swing/JComponent;)B
            istore 2 /* count */
        start local 2 // byte count
         3: .line 739
            aload 0 /* this */
            iload 2 /* count */
            iconst_1
            isub
            i2b
            dup
            istore 2 /* count */
            invokestatic javax.swing.JComponent.setWriteObjCounter:(Ljavax/swing/JComponent;B)V
         4: .line 740
            iload 2 /* count */
            ifne 6
            aload 0 /* this */
            getfield javax.swing.JTextArea.ui:Ljavax/swing/plaf/ComponentUI;
            ifnull 6
         5: .line 741
            aload 0 /* this */
            getfield javax.swing.JTextArea.ui:Ljavax/swing/plaf/ComponentUI;
            aload 0 /* this */
            invokevirtual javax.swing.plaf.ComponentUI.installUI:(Ljavax/swing/JComponent;)V
        end local 2 // byte count
         6: .line 744
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljavax/swing/JTextArea;
            0    7     1      s  Ljava/io/ObjectOutputStream;
            3    6     2  count  B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public javax.accessibility.AccessibleContext getAccessibleContext();
    descriptor: ()Ljavax/accessibility/AccessibleContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javax.swing.JTextArea this
         0: .line 762
            aload 0 /* this */
            getfield javax.swing.JTextArea.accessibleContext:Ljavax/accessibility/AccessibleContext;
            ifnonnull 2
         1: .line 763
            aload 0 /* this */
            new javax.swing.JTextArea$AccessibleJTextArea
            dup
            aload 0 /* this */
            invokespecial javax.swing.JTextArea$AccessibleJTextArea.<init>:(Ljavax/swing/JTextArea;)V
            putfield javax.swing.JTextArea.accessibleContext:Ljavax/accessibility/AccessibleContext;
         2: .line 765
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.JTextArea.accessibleContext:Ljavax/accessibility/AccessibleContext;
            areturn
        end local 0 // javax.swing.JTextArea this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/JTextArea;
    RuntimeVisibleAnnotations: 
      java.beans.BeanProperty(bound = false)
}
SourceFile: "JTextArea.java"
NestMembers:
  javax.swing.JTextArea$AccessibleJTextArea
InnerClasses:
  protected AccessibleJTextArea = javax.swing.JTextArea$AccessibleJTextArea of javax.swing.JTextArea
    RuntimeVisibleAnnotations: 
      java.beans.JavaBean(defaultProperty = "UIClassID", description = "A multi-line area that displays plain text.")
      javax.swing.SwingContainer(value = false)