class lombok.installer.Installer$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.installer.Installer$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // lombok.installer.Installer$1 this
         0: .line 164
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // lombok.installer.Installer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/installer/Installer$1;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // lombok.installer.Installer$1 this
         0: .line 168
            invokestatic javax.swing.UIManager.getSystemLookAndFeelClassName:()Ljava/lang/String;
            invokestatic javax.swing.UIManager.setLookAndFeel:(Ljava/lang/String;)V
         1: .line 169
            goto 3
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: pop
         3: .line 171
      StackMap locals:
      StackMap stack:
            new lombok.installer.InstallerGUI
            dup
            invokespecial lombok.installer.InstallerGUI.<init>:()V
            invokevirtual lombok.installer.InstallerGUI.show:()V
         4: .line 172
            goto 7
      StackMap locals:
      StackMap stack: java.awt.HeadlessException
         5: pop
         6: .line 173
            invokestatic lombok.installer.Installer.printHeadlessInfo:()V
         7: .line 175
      StackMap locals:
      StackMap stack:
            return
        end local 0 // lombok.installer.Installer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Llombok/installer/Installer$1;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
           0     4       5  Class java.awt.HeadlessException
}
SourceFile: "Installer.java"
EnclosingMethod: lombok.installer.Installer.guiInstaller:()I
NestHost: lombok.installer.Installer
InnerClasses:
  lombok.installer.Installer$1