class javax.swing.text.JTextComponent$4 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.JTextComponent$4
  super_class: java.lang.Object
{
  final javax.swing.text.JTextComponent this$0;
    descriptor: Ljavax/swing/text/JTextComponent;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$isEventDispatchThread;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.FutureTask val$futurePrinting;
    descriptor: Ljava/util/concurrent/FutureTask;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(javax.swing.text.JTextComponent, boolean, java.util.concurrent.FutureTask);
    descriptor: (Ljavax/swing/text/JTextComponent;ZLjava/util/concurrent/FutureTask;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // javax.swing.text.JTextComponent$4 this
         0: .line 2349
            aload 0 /* this */
            aload 1
            putfield javax.swing.text.JTextComponent$4.this$0:Ljavax/swing/text/JTextComponent;
            aload 0 /* this */
            iload 2
            putfield javax.swing.text.JTextComponent$4.val$isEventDispatchThread:Z
            aload 0 /* this */
            aload 3
            putfield javax.swing.text.JTextComponent$4.val$futurePrinting:Ljava/util/concurrent/FutureTask;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.swing.text.JTextComponent$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/JTextComponent$4;
    MethodParameters:
                           Name  Flags
      this$0                     final
      val$isEventDispatchThread  final
      val$futurePrinting         final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // javax.swing.text.JTextComponent$4 this
         0: .line 2352
            iconst_0
            istore 1 /* wasEnabled */
        start local 1 // boolean wasEnabled
         1: .line 2353
            aload 0 /* this */
            getfield javax.swing.text.JTextComponent$4.val$isEventDispatchThread:Z
            ifeq 6
         2: .line 2354
            aload 0 /* this */
            getfield javax.swing.text.JTextComponent$4.this$0:Ljavax/swing/text/JTextComponent;
            invokevirtual javax.swing.text.JTextComponent.isEnabled:()Z
            ifeq 20
         3: .line 2355
            iconst_1
            istore 1 /* wasEnabled */
         4: .line 2356
            aload 0 /* this */
            getfield javax.swing.text.JTextComponent$4.this$0:Ljavax/swing/text/JTextComponent;
            iconst_0
            invokevirtual javax.swing.text.JTextComponent.setEnabled:(Z)V
         5: .line 2358
            goto 20
         6: .line 2361
      StackMap locals: int
      StackMap stack:
            new javax.swing.text.JTextComponent$4$1
            dup
            aload 0 /* this */
            invokespecial javax.swing.text.JTextComponent$4$1.<init>:(Ljavax/swing/text/JTextComponent$4;)V
         7: .line 2360
            invokestatic sun.swing.SwingUtilities2.submit:(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;
         8: .line 2369
            invokeinterface java.util.concurrent.Future.get:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
         9: .line 2360
            istore 1 /* wasEnabled */
        10: .line 2370
            goto 20
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
        11: astore 2 /* e */
        start local 2 // java.lang.InterruptedException e
        12: .line 2371
            new java.lang.RuntimeException
            dup
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.InterruptedException e
        13: .line 2372
      StackMap locals:
      StackMap stack: java.util.concurrent.ExecutionException
            astore 2 /* e */
        start local 2 // java.util.concurrent.ExecutionException e
        14: .line 2373
            aload 2 /* e */
            invokevirtual java.util.concurrent.ExecutionException.getCause:()Ljava/lang/Throwable;
            astore 3 /* cause */
        start local 3 // java.lang.Throwable cause
        15: .line 2374
            aload 3 /* cause */
            instanceof java.lang.Error
            ifeq 17
        16: .line 2375
            aload 3 /* cause */
            checkcast java.lang.Error
            athrow
        17: .line 2377
      StackMap locals: java.util.concurrent.ExecutionException java.lang.Throwable
      StackMap stack:
            aload 3 /* cause */
            instanceof java.lang.RuntimeException
            ifeq 19
        18: .line 2378
            aload 3 /* cause */
            checkcast java.lang.RuntimeException
            athrow
        19: .line 2380
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 3 /* cause */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // java.lang.Throwable cause
        end local 2 // java.util.concurrent.ExecutionException e
        20: .line 2384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.JTextComponent$4.this$0:Ljavax/swing/text/JTextComponent;
            invokevirtual javax.swing.text.JTextComponent.getDocument:()Ljavax/swing/text/Document;
            aload 0 /* this */
            getfield javax.swing.text.JTextComponent$4.val$futurePrinting:Ljava/util/concurrent/FutureTask;
            invokeinterface javax.swing.text.Document.render:(Ljava/lang/Runnable;)V
        21: .line 2387
            iload 1 /* wasEnabled */
            ifeq 39
        22: .line 2388
            aload 0 /* this */
            getfield javax.swing.text.JTextComponent$4.val$isEventDispatchThread:Z
            ifeq 25
        23: .line 2389
            aload 0 /* this */
            getfield javax.swing.text.JTextComponent$4.this$0:Ljavax/swing/text/JTextComponent;
            iconst_1
            invokevirtual javax.swing.text.JTextComponent.setEnabled:(Z)V
        24: .line 2390
            goto 39
        25: .line 2393
      StackMap locals:
      StackMap stack:
            new javax.swing.text.JTextComponent$4$2
            dup
            aload 0 /* this */
            invokespecial javax.swing.text.JTextComponent$4$2.<init>:(Ljavax/swing/text/JTextComponent$4;)V
        26: .line 2397
            aconst_null
        27: .line 2392
            invokestatic sun.swing.SwingUtilities2.submit:(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;
        28: .line 2397
            invokeinterface java.util.concurrent.Future.get:()Ljava/lang/Object;
            pop
        29: .line 2398
            goto 39
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
        30: astore 2 /* e */
        start local 2 // java.lang.InterruptedException e
        31: .line 2399
            new java.lang.RuntimeException
            dup
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.InterruptedException e
        32: .line 2400
      StackMap locals:
      StackMap stack: java.util.concurrent.ExecutionException
            astore 2 /* e */
        start local 2 // java.util.concurrent.ExecutionException e
        33: .line 2401
            aload 2 /* e */
            invokevirtual java.util.concurrent.ExecutionException.getCause:()Ljava/lang/Throwable;
            astore 3 /* cause */
        start local 3 // java.lang.Throwable cause
        34: .line 2402
            aload 3 /* cause */
            instanceof java.lang.Error
            ifeq 36
        35: .line 2403
            aload 3 /* cause */
            checkcast java.lang.Error
            athrow
        36: .line 2405
      StackMap locals: java.util.concurrent.ExecutionException java.lang.Throwable
      StackMap stack:
            aload 3 /* cause */
            instanceof java.lang.RuntimeException
            ifeq 38
        37: .line 2406
            aload 3 /* cause */
            checkcast java.lang.RuntimeException
            athrow
        38: .line 2408
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            aload 3 /* cause */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // java.lang.Throwable cause
        end local 2 // java.util.concurrent.ExecutionException e
        39: .line 2412
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean wasEnabled
        end local 0 // javax.swing.text.JTextComponent$4 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   40     0        this  Ljavax/swing/text/JTextComponent$4;
            1   40     1  wasEnabled  Z
           12   13     2           e  Ljava/lang/InterruptedException;
           14   20     2           e  Ljava/util/concurrent/ExecutionException;
           15   20     3       cause  Ljava/lang/Throwable;
           31   32     2           e  Ljava/lang/InterruptedException;
           33   39     2           e  Ljava/util/concurrent/ExecutionException;
           34   39     3       cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6    10      11  Class java.lang.InterruptedException
           6    10      13  Class java.util.concurrent.ExecutionException
          25    29      30  Class java.lang.InterruptedException
          25    29      32  Class java.util.concurrent.ExecutionException

  static javax.swing.text.JTextComponent access$0(javax.swing.text.JTextComponent$4);
    descriptor: (Ljavax/swing/text/JTextComponent$4;)Ljavax/swing/text/JTextComponent;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 2349
            aload 0
            getfield javax.swing.text.JTextComponent$4.this$0:Ljavax/swing/text/JTextComponent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "JTextComponent.java"
EnclosingMethod: javax.swing.text.JTextComponent.print:(Ljava/text/MessageFormat;Ljava/text/MessageFormat;ZLjavax/print/PrintService;Ljavax/print/attribute/PrintRequestAttributeSet;Z)Z
NestHost: javax.swing.text.JTextComponent
InnerClasses:
  javax.swing.text.JTextComponent$4
  javax.swing.text.JTextComponent$4$1
  javax.swing.text.JTextComponent$4$2