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

  private final lombok.installer.InstallException val$e;
    descriptor: Llombok/installer/InstallException;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // lombok.installer.InstallerGUI$10$2 this
         0: .line 580
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$10$2.this$1:Llombok/installer/InstallerGUI$10;
            invokestatic lombok.installer.InstallerGUI$10.access$0:(Llombok/installer/InstallerGUI$10;)Llombok/installer/InstallerGUI;
            getfield lombok.installer.InstallerGUI.appWindow:Ljavax/swing/JFrame;
         1: .line 581
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$10$2.val$e:Llombok/installer/InstallException;
            invokevirtual lombok.installer.InstallException.getMessage:()Ljava/lang/String;
            ldc "Install Problem"
            iconst_0
         2: .line 580
            invokestatic javax.swing.JOptionPane.showMessageDialog:(Ljava/awt/Component;Ljava/lang/Object;Ljava/lang/String;I)V
         3: .line 582
            return
        end local 0 // lombok.installer.InstallerGUI$10$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Llombok/installer/InstallerGUI$10$2;
}
SourceFile: "InstallerGUI.java"
EnclosingMethod: lombok.installer.InstallerGUI$10.run:()V
NestHost: lombok.installer.InstallerGUI
InnerClasses:
  lombok.installer.InstallerGUI$10
  lombok.installer.InstallerGUI$10$2