class javax.swing.JTextField$NotifyAction extends javax.swing.text.TextAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.JTextField$NotifyAction
  super_class: javax.swing.text.TextAction
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.JTextField$NotifyAction this
         0: .line 829
            aload 0 /* this */
            ldc "notify-field-accept"
            invokespecial javax.swing.text.TextAction.<init>:(Ljava/lang/String;)V
         1: .line 830
            return
        end local 0 // javax.swing.JTextField$NotifyAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JTextField$NotifyAction;

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=2
        start local 0 // javax.swing.JTextField$NotifyAction this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 833
            aload 0 /* this */
            invokevirtual javax.swing.JTextField$NotifyAction.getFocusedComponent:()Ljavax/swing/text/JTextComponent;
            astore 2 /* target */
        start local 2 // javax.swing.text.JTextComponent target
         1: .line 834
            aload 2 /* target */
            instanceof javax.swing.JTextField
            ifeq 4
         2: .line 835
            aload 2 /* target */
            checkcast javax.swing.JTextField
            astore 3 /* field */
        start local 3 // javax.swing.JTextField field
         3: .line 836
            aload 3 /* field */
            invokevirtual javax.swing.JTextField.postActionEvent:()V
        end local 3 // javax.swing.JTextField field
         4: .line 838
      StackMap locals: javax.swing.text.JTextComponent
      StackMap stack:
            return
        end local 2 // javax.swing.text.JTextComponent target
        end local 1 // java.awt.event.ActionEvent e
        end local 0 // javax.swing.JTextField$NotifyAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljavax/swing/JTextField$NotifyAction;
            0    5     1       e  Ljava/awt/event/ActionEvent;
            1    5     2  target  Ljavax/swing/text/JTextComponent;
            3    4     3   field  Ljavax/swing/JTextField;
    MethodParameters:
      Name  Flags
      e     

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javax.swing.JTextField$NotifyAction this
         0: .line 841
            aload 0 /* this */
            invokevirtual javax.swing.JTextField$NotifyAction.getFocusedComponent:()Ljavax/swing/text/JTextComponent;
            astore 1 /* target */
        start local 1 // javax.swing.text.JTextComponent target
         1: .line 842
            aload 1 /* target */
            instanceof javax.swing.JTextField
            ifeq 3
         2: .line 843
            aload 1 /* target */
            checkcast javax.swing.JTextField
            invokevirtual javax.swing.JTextField.hasActionListener:()Z
            ireturn
         3: .line 845
      StackMap locals: javax.swing.text.JTextComponent
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // javax.swing.text.JTextComponent target
        end local 0 // javax.swing.JTextField$NotifyAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavax/swing/JTextField$NotifyAction;
            1    4     1  target  Ljavax/swing/text/JTextComponent;
}
SourceFile: "JTextField.java"
NestHost: javax.swing.JTextField
InnerClasses:
  NotifyAction = javax.swing.JTextField$NotifyAction of javax.swing.JTextField