class com.apple.laf.ScreenPopupFactory$2 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.ScreenPopupFactory$2
  super_class: java.lang.Object
{
  final com.apple.laf.ScreenPopupFactory this$0;
    descriptor: Lcom/apple/laf/ScreenPopupFactory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final javax.swing.JRootPane val$popupRootPane;
    descriptor: Ljavax/swing/JRootPane;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.apple.laf.ScreenPopupFactory, javax.swing.JRootPane);
    descriptor: (Lcom/apple/laf/ScreenPopupFactory;Ljavax/swing/JRootPane;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.apple.laf.ScreenPopupFactory$2 this
         0: .line 96
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.ScreenPopupFactory$2.this$0:Lcom/apple/laf/ScreenPopupFactory;
            aload 0 /* this */
            aload 2
            putfield com.apple.laf.ScreenPopupFactory$2.val$popupRootPane:Ljavax/swing/JRootPane;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.laf.ScreenPopupFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/ScreenPopupFactory$2;
    MethodParameters:
                   Name  Flags
      this$0             final
      val$popupRootPane  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.apple.laf.ScreenPopupFactory$2 this
         0: .line 98
            aload 0 /* this */
            getfield com.apple.laf.ScreenPopupFactory$2.val$popupRootPane:Ljavax/swing/JRootPane;
            ldc "apple.awt.windowShadow.revalidateNow"
            invokestatic java.lang.Math.random:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokevirtual javax.swing.JRootPane.putClientProperty:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 99
            return
        end local 0 // com.apple.laf.ScreenPopupFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/ScreenPopupFactory$2;
}
SourceFile: "ScreenPopupFactory.java"
EnclosingMethod: com.apple.laf.ScreenPopupFactory.getPopup:(Ljava/awt/Component;Ljava/awt/Component;II)Ljavax/swing/Popup;
NestHost: com.apple.laf.ScreenPopupFactory
InnerClasses:
  com.apple.laf.ScreenPopupFactory$2