class javax.swing.PopupFactory$LightWeightPopup extends javax.swing.PopupFactory$ContainerPopup
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.PopupFactory$LightWeightPopup
  super_class: javax.swing.PopupFactory$ContainerPopup
{
  private static final java.lang.Object lightWeightPopupCacheKey;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 665
            new java.lang.StringBuffer
            dup
            ldc "PopupFactory.lightPopupCache"
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
         1: .line 664
            putstatic javax.swing.PopupFactory$LightWeightPopup.lightWeightPopupCacheKey:Ljava/lang/Object;
         2: .line 665
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.PopupFactory$LightWeightPopup this
         0: .line 663
            aload 0 /* this */
            invokespecial javax.swing.PopupFactory$ContainerPopup.<init>:()V
            return
        end local 0 // javax.swing.PopupFactory$LightWeightPopup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/PopupFactory$LightWeightPopup;

  static javax.swing.Popup getLightWeightPopup(java.awt.Component, java.awt.Component, int, int);
    descriptor: (Ljava/awt/Component;Ljava/awt/Component;II)Ljavax/swing/Popup;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.awt.Component owner
        start local 1 // java.awt.Component contents
        start local 2 // int ownerX
        start local 3 // int ownerY
         0: .line 674
            invokestatic javax.swing.PopupFactory$LightWeightPopup.getRecycledLightWeightPopup:()Ljavax/swing/PopupFactory$LightWeightPopup;
            astore 4 /* popup */
        start local 4 // javax.swing.PopupFactory$LightWeightPopup popup
         1: .line 676
            aload 4 /* popup */
            ifnonnull 3
         2: .line 677
            new javax.swing.PopupFactory$LightWeightPopup
            dup
            invokespecial javax.swing.PopupFactory$LightWeightPopup.<init>:()V
            astore 4 /* popup */
         3: .line 679
      StackMap locals: javax.swing.PopupFactory$LightWeightPopup
      StackMap stack:
            aload 4 /* popup */
            aload 0 /* owner */
            aload 1 /* contents */
            iload 2 /* ownerX */
            iload 3 /* ownerY */
            invokevirtual javax.swing.PopupFactory$LightWeightPopup.reset:(Ljava/awt/Component;Ljava/awt/Component;II)V
         4: .line 680
            aload 4 /* popup */
            invokevirtual javax.swing.PopupFactory$LightWeightPopup.fitsOnScreen:()Z
            ifeq 6
         5: .line 681
            aload 4 /* popup */
            invokevirtual javax.swing.PopupFactory$LightWeightPopup.overlappedByOwnedWindow:()Z
            ifeq 8
         6: .line 682
      StackMap locals:
      StackMap stack:
            aload 4 /* popup */
            invokevirtual javax.swing.PopupFactory$LightWeightPopup.hide:()V
         7: .line 683
            aconst_null
            areturn
         8: .line 685
      StackMap locals:
      StackMap stack:
            aload 4 /* popup */
            areturn
        end local 4 // javax.swing.PopupFactory$LightWeightPopup popup
        end local 3 // int ownerY
        end local 2 // int ownerX
        end local 1 // java.awt.Component contents
        end local 0 // java.awt.Component owner
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0     owner  Ljava/awt/Component;
            0    9     1  contents  Ljava/awt/Component;
            0    9     2    ownerX  I
            0    9     3    ownerY  I
            1    9     4     popup  Ljavax/swing/PopupFactory$LightWeightPopup;
    MethodParameters:
          Name  Flags
      owner     
      contents  
      ownerX    
      ownerY    

  private static java.util.List<javax.swing.PopupFactory$LightWeightPopup> getLightWeightPopupCache();
    descriptor: ()Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 693
            getstatic javax.swing.PopupFactory$LightWeightPopup.lightWeightPopupCacheKey:Ljava/lang/Object;
         1: .line 692
            invokestatic javax.swing.SwingUtilities.appContextGet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 0 /* cache */
        start local 0 // java.util.List cache
         2: .line 694
            aload 0 /* cache */
            ifnonnull 5
         3: .line 695
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 0 /* cache */
         4: .line 696
            getstatic javax.swing.PopupFactory$LightWeightPopup.lightWeightPopupCacheKey:Ljava/lang/Object;
            aload 0 /* cache */
            invokestatic javax.swing.SwingUtilities.appContextPut:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 698
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* cache */
            areturn
        end local 0 // java.util.List cache
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            2    6     0  cache  Ljava/util/List<Ljavax/swing/PopupFactory$LightWeightPopup;>;
    Signature: ()Ljava/util/List<Ljavax/swing/PopupFactory$LightWeightPopup;>;

  private static void recycleLightWeightPopup(javax.swing.PopupFactory$LightWeightPopup);
    descriptor: (Ljavax/swing/PopupFactory$LightWeightPopup;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // javax.swing.PopupFactory$LightWeightPopup popup
         0: .line 705
            ldc Ljavax/swing/PopupFactory$LightWeightPopup;
            dup
            astore 1
            monitorenter
         1: .line 706
            invokestatic javax.swing.PopupFactory$LightWeightPopup.getLightWeightPopupCache:()Ljava/util/List;
            astore 2 /* lightPopupCache */
        start local 2 // java.util.List lightPopupCache
         2: .line 707
            aload 2 /* lightPopupCache */
            invokeinterface java.util.List.size:()I
            iconst_5
            if_icmpge 4
         3: .line 708
            aload 2 /* lightPopupCache */
            aload 0 /* popup */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.util.List lightPopupCache
         4: .line 705
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 711
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.swing.PopupFactory$LightWeightPopup popup
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0            popup  Ljavax/swing/PopupFactory$LightWeightPopup;
            2    4     2  lightPopupCache  Ljava/util/List<Ljavax/swing/PopupFactory$LightWeightPopup;>;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    MethodParameters:
       Name  Flags
      popup  

  private static javax.swing.PopupFactory$LightWeightPopup getRecycledLightWeightPopup();
    descriptor: ()Ljavax/swing/PopupFactory$LightWeightPopup;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=0
         0: .line 718
            ldc Ljavax/swing/PopupFactory$LightWeightPopup;
            dup
            astore 0
            monitorenter
         1: .line 719
            invokestatic javax.swing.PopupFactory$LightWeightPopup.getLightWeightPopupCache:()Ljava/util/List;
            astore 1 /* lightPopupCache */
        start local 1 // java.util.List lightPopupCache
         2: .line 720
            aload 1 /* lightPopupCache */
            invokeinterface java.util.List.size:()I
            ifle 7
         3: .line 721
            aload 1 /* lightPopupCache */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javax.swing.PopupFactory$LightWeightPopup
            astore 2 /* r */
        start local 2 // javax.swing.PopupFactory$LightWeightPopup r
         4: .line 722
            aload 1 /* lightPopupCache */
            iconst_0
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         5: .line 723
            aload 2 /* r */
            aload 0
            monitorexit
         6: areturn
        end local 2 // javax.swing.PopupFactory$LightWeightPopup r
         7: .line 725
      StackMap locals: java.lang.Class java.util.List
      StackMap stack:
            aload 0
            monitorexit
         8: aconst_null
            areturn
        end local 1 // java.util.List lightPopupCache
         9: .line 718
      StackMap locals: java.lang.Class
      StackMap stack: java.lang.Throwable
            aload 0
            monitorexit
        10: athrow
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            2    9     1  lightPopupCache  Ljava/util/List<Ljavax/swing/PopupFactory$LightWeightPopup;>;
            4    7     2                r  Ljavax/swing/PopupFactory$LightWeightPopup;
      Exception table:
        from    to  target  type
           1     6       9  any
           7     8       9  any
           9    10       9  any

  public void hide();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javax.swing.PopupFactory$LightWeightPopup this
         0: .line 735
            aload 0 /* this */
            invokespecial javax.swing.PopupFactory$ContainerPopup.hide:()V
         1: .line 737
            aload 0 /* this */
            invokevirtual javax.swing.PopupFactory$LightWeightPopup.getComponent:()Ljava/awt/Component;
            checkcast java.awt.Container
            astore 1 /* component */
        start local 1 // java.awt.Container component
         2: .line 739
            aload 1 /* component */
            invokevirtual java.awt.Container.removeAll:()V
         3: .line 740
            aload 0 /* this */
            invokestatic javax.swing.PopupFactory$LightWeightPopup.recycleLightWeightPopup:(Ljavax/swing/PopupFactory$LightWeightPopup;)V
         4: .line 741
            return
        end local 1 // java.awt.Container component
        end local 0 // javax.swing.PopupFactory$LightWeightPopup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Ljavax/swing/PopupFactory$LightWeightPopup;
            2    5     1  component  Ljava/awt/Container;

  public void show();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // javax.swing.PopupFactory$LightWeightPopup this
         0: .line 743
            aconst_null
            astore 1 /* parent */
        start local 1 // java.awt.Container parent
         1: .line 745
            aload 0 /* this */
            getfield javax.swing.PopupFactory$LightWeightPopup.owner:Ljava/awt/Component;
            ifnull 5
         2: .line 746
            aload 0 /* this */
            getfield javax.swing.PopupFactory$LightWeightPopup.owner:Ljava/awt/Component;
            instanceof java.awt.Container
            ifeq 3
            aload 0 /* this */
            getfield javax.swing.PopupFactory$LightWeightPopup.owner:Ljava/awt/Component;
            checkcast java.awt.Container
            goto 4
      StackMap locals: java.awt.Container
      StackMap stack:
         3: aload 0 /* this */
            getfield javax.swing.PopupFactory$LightWeightPopup.owner:Ljava/awt/Component;
            invokevirtual java.awt.Component.getParent:()Ljava/awt/Container;
      StackMap locals:
      StackMap stack: java.awt.Container
         4: astore 1 /* parent */
         5: .line 750
      StackMap locals:
      StackMap stack:
            aload 1 /* parent */
            astore 2 /* p */
        start local 2 // java.awt.Container p
         6: goto 19
         7: .line 751
      StackMap locals: java.awt.Container
      StackMap stack:
            aload 2 /* p */
            instanceof javax.swing.JRootPane
            ifeq 12
         8: .line 752
            aload 2 /* p */
            invokevirtual java.awt.Container.getParent:()Ljava/awt/Container;
            instanceof javax.swing.JInternalFrame
            ifeq 10
         9: .line 753
            goto 18
        10: .line 755
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            checkcast javax.swing.JRootPane
            invokevirtual javax.swing.JRootPane.getLayeredPane:()Ljavax/swing/JLayeredPane;
            astore 1 /* parent */
        11: .line 758
            goto 18
      StackMap locals:
      StackMap stack:
        12: aload 2 /* p */
            instanceof java.awt.Window
            ifeq 16
        13: .line 759
            aload 1 /* parent */
            ifnonnull 20
        14: .line 760
            aload 2 /* p */
            astore 1 /* parent */
        15: .line 762
            goto 20
        16: .line 763
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            instanceof javax.swing.JApplet
            ifeq 18
        17: .line 767
            goto 20
        18: .line 750
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            invokevirtual java.awt.Container.getParent:()Ljava/awt/Container;
            astore 2 /* p */
      StackMap locals:
      StackMap stack:
        19: aload 2 /* p */
            ifnonnull 7
        end local 2 // java.awt.Container p
        20: .line 771
      StackMap locals:
      StackMap stack:
            aload 1 /* parent */
            aload 0 /* this */
            getfield javax.swing.PopupFactory$LightWeightPopup.x:I
        21: .line 772
            aload 0 /* this */
            getfield javax.swing.PopupFactory$LightWeightPopup.y:I
        22: .line 771
            invokestatic javax.swing.SwingUtilities.convertScreenLocationToParent:(Ljava/awt/Container;II)Ljava/awt/Point;
            astore 2 /* p */
        start local 2 // java.awt.Point p
        23: .line 773
            aload 0 /* this */
            invokevirtual javax.swing.PopupFactory$LightWeightPopup.getComponent:()Ljava/awt/Component;
            astore 3 /* component */
        start local 3 // java.awt.Component component
        24: .line 775
            aload 3 /* component */
            aload 2 /* p */
            getfield java.awt.Point.x:I
            aload 2 /* p */
            getfield java.awt.Point.y:I
            invokevirtual java.awt.Component.setLocation:(II)V
        25: .line 776
            aload 1 /* parent */
            instanceof javax.swing.JLayeredPane
            ifeq 28
        26: .line 777
            aload 1 /* parent */
            aload 3 /* component */
            getstatic javax.swing.JLayeredPane.POPUP_LAYER:Ljava/lang/Integer;
            iconst_0
            invokevirtual java.awt.Container.add:(Ljava/awt/Component;Ljava/lang/Object;I)V
        27: .line 778
            goto 29
        28: .line 779
      StackMap locals: java.awt.Point java.awt.Component
      StackMap stack:
            aload 1 /* parent */
            aload 3 /* component */
            invokevirtual java.awt.Container.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        29: .line 781
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.awt.Component component
        end local 2 // java.awt.Point p
        end local 1 // java.awt.Container parent
        end local 0 // javax.swing.PopupFactory$LightWeightPopup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   30     0       this  Ljavax/swing/PopupFactory$LightWeightPopup;
            1   30     1     parent  Ljava/awt/Container;
            6   20     2          p  Ljava/awt/Container;
           23   30     2          p  Ljava/awt/Point;
           24   30     3  component  Ljava/awt/Component;

  java.awt.Component createComponent(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Component;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javax.swing.PopupFactory$LightWeightPopup this
        start local 1 // java.awt.Component owner
         0: .line 784
            new javax.swing.JPanel
            dup
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            iconst_1
            invokespecial javax.swing.JPanel.<init>:(Ljava/awt/LayoutManager;Z)V
            astore 2 /* component */
        start local 2 // javax.swing.JComponent component
         1: .line 786
            aload 2 /* component */
            iconst_1
            invokevirtual javax.swing.JComponent.setOpaque:(Z)V
         2: .line 787
            aload 2 /* component */
            areturn
        end local 2 // javax.swing.JComponent component
        end local 1 // java.awt.Component owner
        end local 0 // javax.swing.PopupFactory$LightWeightPopup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljavax/swing/PopupFactory$LightWeightPopup;
            0    3     1      owner  Ljava/awt/Component;
            1    3     2  component  Ljavax/swing/JComponent;
    MethodParameters:
       Name  Flags
      owner  

  void reset(java.awt.Component, java.awt.Component, int, int);
    descriptor: (Ljava/awt/Component;Ljava/awt/Component;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // javax.swing.PopupFactory$LightWeightPopup this
        start local 1 // java.awt.Component owner
        start local 2 // java.awt.Component contents
        start local 3 // int ownerX
        start local 4 // int ownerY
         0: .line 799
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* contents */
            iload 3 /* ownerX */
            iload 4 /* ownerY */
            invokespecial javax.swing.PopupFactory$ContainerPopup.reset:(Ljava/awt/Component;Ljava/awt/Component;II)V
         1: .line 801
            aload 0 /* this */
            invokevirtual javax.swing.PopupFactory$LightWeightPopup.getComponent:()Ljava/awt/Component;
            checkcast javax.swing.JComponent
            astore 5 /* component */
        start local 5 // javax.swing.JComponent component
         2: .line 803
            aload 5 /* component */
            aload 2 /* contents */
            invokevirtual java.awt.Component.isOpaque:()Z
            invokevirtual javax.swing.JComponent.setOpaque:(Z)V
         3: .line 804
            aload 5 /* component */
            iload 3 /* ownerX */
            iload 4 /* ownerY */
            invokevirtual javax.swing.JComponent.setLocation:(II)V
         4: .line 805
            aload 5 /* component */
            aload 2 /* contents */
            ldc "Center"
            invokevirtual javax.swing.JComponent.add:(Ljava/awt/Component;Ljava/lang/Object;)V
         5: .line 806
            aload 2 /* contents */
            invokevirtual java.awt.Component.invalidate:()V
         6: .line 807
            aload 0 /* this */
            invokevirtual javax.swing.PopupFactory$LightWeightPopup.pack:()V
         7: .line 808
            return
        end local 5 // javax.swing.JComponent component
        end local 4 // int ownerY
        end local 3 // int ownerX
        end local 2 // java.awt.Component contents
        end local 1 // java.awt.Component owner
        end local 0 // javax.swing.PopupFactory$LightWeightPopup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Ljavax/swing/PopupFactory$LightWeightPopup;
            0    8     1      owner  Ljava/awt/Component;
            0    8     2   contents  Ljava/awt/Component;
            0    8     3     ownerX  I
            0    8     4     ownerY  I
            2    8     5  component  Ljavax/swing/JComponent;
    MethodParameters:
          Name  Flags
      owner     
      contents  
      ownerX    
      ownerY    
}
SourceFile: "PopupFactory.java"
NestHost: javax.swing.PopupFactory
InnerClasses:
  private ContainerPopup = javax.swing.PopupFactory$ContainerPopup of javax.swing.PopupFactory
  private LightWeightPopup = javax.swing.PopupFactory$LightWeightPopup of javax.swing.PopupFactory