class lombok.installer.InstallerGUI$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.installer.InstallerGUI$1
  super_class: java.lang.Object
{
  final lombok.installer.InstallerGUI this$0;
    descriptor: Llombok/installer/InstallerGUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Throwable val$t;
    descriptor: Ljava/lang/Throwable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(lombok.installer.InstallerGUI, java.lang.Throwable);
    descriptor: (Llombok/installer/InstallerGUI;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // lombok.installer.InstallerGUI$1 this
         0: .line 133
            aload 0 /* this */
            aload 1
            putfield lombok.installer.InstallerGUI$1.this$0:Llombok/installer/InstallerGUI;
            aload 0 /* this */
            aload 2
            putfield lombok.installer.InstallerGUI$1.val$t:Ljava/lang/Throwable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // lombok.installer.InstallerGUI$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/installer/InstallerGUI$1;
    MethodParameters:
        Name  Flags
      this$0  final
      val$t   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // lombok.installer.InstallerGUI$1 this
         0: .line 135
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$1.this$0:Llombok/installer/InstallerGUI;
            getfield lombok.installer.InstallerGUI.appWindow:Ljavax/swing/JFrame;
            new java.lang.StringBuilder
            dup
            ldc "There was a problem during the installation process:\n"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$1.val$t:Ljava/lang/Throwable;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            ldc "Uh Oh!"
            iconst_0
            invokestatic javax.swing.JOptionPane.showMessageDialog:(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;I)V
         1: .line 136
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$1.val$t:Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.printStackTrace:()V
         2: .line 137
            iconst_1
            invokestatic java.lang.System.exit:(I)V
         3: .line 138
            return
        end local 0 // lombok.installer.InstallerGUI$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Llombok/installer/InstallerGUI$1;
}
SourceFile: "InstallerGUI.java"
EnclosingMethod: lombok.installer.InstallerGUI.handleException:(Ljava/lang/Throwable;)V
NestHost: lombok.installer.InstallerGUI
InnerClasses:
  lombok.installer.InstallerGUI$1