public class com.apple.laf.AquaTextAreaUI extends javax.swing.plaf.basic.BasicTextAreaUI
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaTextAreaUI
  super_class: javax.swing.plaf.basic.BasicTextAreaUI
{
  com.apple.laf.AquaFocusHandler handler;
    descriptor: Lcom/apple/laf/AquaFocusHandler;
    flags: (0x0000) 

  boolean oldDragState;
    descriptor: Z
    flags: (0x0000) 

  public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)Ljavax/swing/plaf/ComponentUI;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.JComponent c
         0: .line 37
            new com.apple.laf.AquaTextAreaUI
            dup
            invokespecial com.apple.laf.AquaTextAreaUI.<init>:()V
            areturn
        end local 0 // javax.swing.JComponent c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTextAreaUI this
         0: .line 41
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicTextAreaUI.<init>:()V
         1: .line 68
            aload 0 /* this */
            iconst_0
            putfield com.apple.laf.AquaTextAreaUI.oldDragState:Z
         2: .line 42
            return
        end local 0 // com.apple.laf.AquaTextAreaUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaTextAreaUI;

  protected void installListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaTextAreaUI this
         0: .line 46
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicTextAreaUI.installListeners:()V
         1: .line 48
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTextAreaUI.getComponent:()Ljavax/swing/text/JTextComponent;
            astore 1 /* c */
        start local 1 // javax.swing.text.JTextComponent c
         2: .line 49
            aload 0 /* this */
            new com.apple.laf.AquaFocusHandler
            dup
            invokespecial com.apple.laf.AquaFocusHandler.<init>:()V
            putfield com.apple.laf.AquaTextAreaUI.handler:Lcom/apple/laf/AquaFocusHandler;
         3: .line 50
            aload 1 /* c */
            aload 0 /* this */
            getfield com.apple.laf.AquaTextAreaUI.handler:Lcom/apple/laf/AquaFocusHandler;
            invokevirtual javax.swing.text.JTextComponent.addFocusListener:(Ljava/awt/event/FocusListener;)V
         4: .line 51
            aload 1 /* c */
            aload 0 /* this */
            getfield com.apple.laf.AquaTextAreaUI.handler:Lcom/apple/laf/AquaFocusHandler;
            invokevirtual javax.swing.text.JTextComponent.addPropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V
         5: .line 53
            aload 1 /* c */
            invokestatic com.apple.laf.AquaUtilControlSize.addSizePropertyListener:(Ljavax/swing/JComponent;)V
         6: .line 54
            return
        end local 1 // javax.swing.text.JTextComponent c
        end local 0 // com.apple.laf.AquaTextAreaUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaTextAreaUI;
            2    7     1     c  Ljavax/swing/text/JTextComponent;

  protected void uninstallListeners();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.apple.laf.AquaTextAreaUI this
         0: .line 57
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTextAreaUI.getComponent:()Ljavax/swing/text/JTextComponent;
            astore 1 /* c */
        start local 1 // javax.swing.text.JTextComponent c
         1: .line 59
            aload 1 /* c */
            invokestatic com.apple.laf.AquaUtilControlSize.removeSizePropertyListener:(Ljavax/swing/JComponent;)V
         2: .line 61
            aload 1 /* c */
            aload 0 /* this */
            getfield com.apple.laf.AquaTextAreaUI.handler:Lcom/apple/laf/AquaFocusHandler;
            invokevirtual javax.swing.text.JTextComponent.removeFocusListener:(Ljava/awt/event/FocusListener;)V
         3: .line 62
            aload 1 /* c */
            aload 0 /* this */
            getfield com.apple.laf.AquaTextAreaUI.handler:Lcom/apple/laf/AquaFocusHandler;
            invokevirtual javax.swing.text.JTextComponent.removePropertyChangeListener:(Ljava/beans/PropertyChangeListener;)V
         4: .line 63
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaTextAreaUI.handler:Lcom/apple/laf/AquaFocusHandler;
         5: .line 65
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicTextAreaUI.uninstallListeners:()V
         6: .line 66
            return
        end local 1 // javax.swing.text.JTextComponent c
        end local 0 // com.apple.laf.AquaTextAreaUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaTextAreaUI;
            1    7     1     c  Ljavax/swing/text/JTextComponent;

  protected void installDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTextAreaUI this
         0: .line 70
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifne 3
         1: .line 71
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTextAreaUI.getComponent:()Ljavax/swing/text/JTextComponent;
            invokevirtual javax.swing.text.JTextComponent.getDragEnabled:()Z
            putfield com.apple.laf.AquaTextAreaUI.oldDragState:Z
         2: .line 72
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTextAreaUI.getComponent:()Ljavax/swing/text/JTextComponent;
            iconst_1
            invokevirtual javax.swing.text.JTextComponent.setDragEnabled:(Z)V
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicTextAreaUI.installDefaults:()V
         4: .line 75
            return
        end local 0 // com.apple.laf.AquaTextAreaUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaTextAreaUI;

  protected void uninstallDefaults();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTextAreaUI this
         0: .line 78
            invokestatic java.awt.GraphicsEnvironment.isHeadless:()Z
            ifne 2
         1: .line 79
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTextAreaUI.getComponent:()Ljavax/swing/text/JTextComponent;
            aload 0 /* this */
            getfield com.apple.laf.AquaTextAreaUI.oldDragState:Z
            invokevirtual javax.swing.text.JTextComponent.setDragEnabled:(Z)V
         2: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicTextAreaUI.uninstallDefaults:()V
         3: .line 82
            return
        end local 0 // com.apple.laf.AquaTextAreaUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaTextAreaUI;

  protected void installKeyboardActions();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.apple.laf.AquaTextAreaUI this
         0: .line 86
            aload 0 /* this */
            invokespecial javax.swing.plaf.basic.BasicTextAreaUI.installKeyboardActions:()V
         1: .line 87
            invokestatic com.apple.laf.AquaKeyBindings.instance:()Lcom/apple/laf/AquaKeyBindings;
            astore 1 /* bindings */
        start local 1 // com.apple.laf.AquaKeyBindings bindings
         2: .line 88
            aload 1 /* bindings */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTextAreaUI.getKeymapName:()Ljava/lang/String;
            invokevirtual com.apple.laf.AquaKeyBindings.setDefaultAction:(Ljava/lang/String;)V
         3: .line 89
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTextAreaUI.getComponent:()Ljavax/swing/text/JTextComponent;
            astore 2 /* c */
        start local 2 // javax.swing.text.JTextComponent c
         4: .line 90
            aload 1 /* bindings */
            aload 2 /* c */
            invokevirtual com.apple.laf.AquaKeyBindings.installAquaUpDownActions:(Ljavax/swing/text/JTextComponent;)V
         5: .line 91
            return
        end local 2 // javax.swing.text.JTextComponent c
        end local 1 // com.apple.laf.AquaKeyBindings bindings
        end local 0 // com.apple.laf.AquaTextAreaUI this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/apple/laf/AquaTextAreaUI;
            2    6     1  bindings  Lcom/apple/laf/AquaKeyBindings;
            4    6     2         c  Ljavax/swing/text/JTextComponent;

  protected javax.swing.text.Caret createCaret();
    descriptor: ()Ljavax/swing/text/Caret;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.apple.laf.AquaTextAreaUI this
         0: .line 94
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaTextAreaUI.getComponent:()Ljavax/swing/text/JTextComponent;
            astore 1 /* c */
        start local 1 // javax.swing.text.JTextComponent c
         1: .line 95
            aload 1 /* c */
            invokestatic javax.swing.SwingUtilities.getWindowAncestor:(Ljava/awt/Component;)Ljava/awt/Window;
            astore 2 /* owningWindow */
        start local 2 // java.awt.Window owningWindow
         2: .line 96
            new com.apple.laf.AquaCaret
            dup
            aload 2 /* owningWindow */
            aload 1 /* c */
            invokespecial com.apple.laf.AquaCaret.<init>:(Ljava/awt/Window;Ljavax/swing/text/JTextComponent;)V
            astore 3 /* returnValue */
        start local 3 // com.apple.laf.AquaCaret returnValue
         3: .line 97
            aload 3 /* returnValue */
            areturn
        end local 3 // com.apple.laf.AquaCaret returnValue
        end local 2 // java.awt.Window owningWindow
        end local 1 // javax.swing.text.JTextComponent c
        end local 0 // com.apple.laf.AquaTextAreaUI this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/apple/laf/AquaTextAreaUI;
            1    4     1             c  Ljavax/swing/text/JTextComponent;
            2    4     2  owningWindow  Ljava/awt/Window;
            3    4     3   returnValue  Lcom/apple/laf/AquaCaret;

  protected javax.swing.text.Highlighter createHighlighter();
    descriptor: ()Ljavax/swing/text/Highlighter;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaTextAreaUI this
         0: .line 101
            new com.apple.laf.AquaHighlighter
            dup
            invokespecial com.apple.laf.AquaHighlighter.<init>:()V
            areturn
        end local 0 // com.apple.laf.AquaTextAreaUI this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaTextAreaUI;
}
SourceFile: "AquaTextAreaUI.java"