class javax.swing.PopupFactory$ContainerPopup extends javax.swing.Popup
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.PopupFactory$ContainerPopup
  super_class: javax.swing.Popup
{
  java.awt.Component owner;
    descriptor: Ljava/awt/Component;
    flags: (0x0000) 

  int x;
    descriptor: I
    flags: (0x0000) 

  int y;
    descriptor: I
    flags: (0x0000) 

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

  public void hide();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // javax.swing.PopupFactory$ContainerPopup this
         0: .line 485
            aload 0 /* this */
            invokevirtual javax.swing.PopupFactory$ContainerPopup.getComponent:()Ljava/awt/Component;
            astore 1 /* component */
        start local 1 // java.awt.Component component
         1: .line 487
            aload 1 /* component */
            ifnull 9
         2: .line 488
            aload 1 /* component */
            invokevirtual java.awt.Component.getParent:()Ljava/awt/Container;
            astore 2 /* parent */
        start local 2 // java.awt.Container parent
         3: .line 490
            aload 2 /* parent */
            ifnull 9
         4: .line 491
            aload 1 /* component */
            invokevirtual java.awt.Component.getBounds:()Ljava/awt/Rectangle;
            astore 3 /* bounds */
        start local 3 // java.awt.Rectangle bounds
         5: .line 493
            aload 2 /* parent */
            aload 1 /* component */
            invokevirtual java.awt.Container.remove:(Ljava/awt/Component;)V
         6: .line 494
            aload 2 /* parent */
            aload 3 /* bounds */
            getfield java.awt.Rectangle.x:I
            aload 3 /* bounds */
            getfield java.awt.Rectangle.y:I
            aload 3 /* bounds */
            getfield java.awt.Rectangle.width:I
         7: .line 495
            aload 3 /* bounds */
            getfield java.awt.Rectangle.height:I
         8: .line 494
            invokevirtual java.awt.Container.repaint:(IIII)V
        end local 3 // java.awt.Rectangle bounds
        end local 2 // java.awt.Container parent
         9: .line 498
      StackMap locals: java.awt.Component
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield javax.swing.PopupFactory$ContainerPopup.owner:Ljava/awt/Component;
        10: .line 499
            return
        end local 1 // java.awt.Component component
        end local 0 // javax.swing.PopupFactory$ContainerPopup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Ljavax/swing/PopupFactory$ContainerPopup;
            1   11     1  component  Ljava/awt/Component;
            3    9     2     parent  Ljava/awt/Container;
            5    9     3     bounds  Ljava/awt/Rectangle;

  public void pack();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.swing.PopupFactory$ContainerPopup this
         0: .line 501
            aload 0 /* this */
            invokevirtual javax.swing.PopupFactory$ContainerPopup.getComponent:()Ljava/awt/Component;
            astore 1 /* component */
        start local 1 // java.awt.Component component
         1: .line 503
            aload 1 /* component */
            ifnull 3
         2: .line 504
            aload 1 /* component */
            aload 1 /* component */
            invokevirtual java.awt.Component.getPreferredSize:()Ljava/awt/Dimension;
            invokevirtual java.awt.Component.setSize:(Ljava/awt/Dimension;)V
         3: .line 506
      StackMap locals: java.awt.Component
      StackMap stack:
            return
        end local 1 // java.awt.Component component
        end local 0 // javax.swing.PopupFactory$ContainerPopup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljavax/swing/PopupFactory$ContainerPopup;
            1    4     1  component  Ljava/awt/Component;

  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=5, args_size=5
        start local 0 // javax.swing.PopupFactory$ContainerPopup 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 510
            aload 1 /* owner */
            instanceof javax.swing.JFrame
            ifne 2
            aload 1 /* owner */
            instanceof javax.swing.JDialog
            ifne 2
         1: .line 511
            aload 1 /* owner */
            instanceof javax.swing.JWindow
            ifeq 3
         2: .line 514
      StackMap locals:
      StackMap stack:
            aload 1 /* owner */
            checkcast javax.swing.RootPaneContainer
            invokeinterface javax.swing.RootPaneContainer.getLayeredPane:()Ljavax/swing/JLayeredPane;
            astore 1 /* owner */
         3: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* owner */
            aload 2 /* contents */
            iload 3 /* ownerX */
            iload 4 /* ownerY */
            invokespecial javax.swing.Popup.reset:(Ljava/awt/Component;Ljava/awt/Component;II)V
         4: .line 518
            aload 0 /* this */
            iload 3 /* ownerX */
            putfield javax.swing.PopupFactory$ContainerPopup.x:I
         5: .line 519
            aload 0 /* this */
            iload 4 /* ownerY */
            putfield javax.swing.PopupFactory$ContainerPopup.y:I
         6: .line 520
            aload 0 /* this */
            aload 1 /* owner */
            putfield javax.swing.PopupFactory$ContainerPopup.owner:Ljava/awt/Component;
         7: .line 521
            return
        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$ContainerPopup this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Ljavax/swing/PopupFactory$ContainerPopup;
            0    8     1     owner  Ljava/awt/Component;
            0    8     2  contents  Ljava/awt/Component;
            0    8     3    ownerX  I
            0    8     4    ownerY  I
    MethodParameters:
          Name  Flags
      owner     
      contents  
      ownerX    
      ownerY    

  boolean overlappedByOwnedWindow();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=9, args_size=1
        start local 0 // javax.swing.PopupFactory$ContainerPopup this
         0: .line 524
            aload 0 /* this */
            invokevirtual javax.swing.PopupFactory$ContainerPopup.getComponent:()Ljava/awt/Component;
            astore 1 /* component */
        start local 1 // java.awt.Component component
         1: .line 525
            aload 0 /* this */
            getfield javax.swing.PopupFactory$ContainerPopup.owner:Ljava/awt/Component;
            ifnull 15
            aload 1 /* component */
            ifnull 15
         2: .line 526
            aload 0 /* this */
            getfield javax.swing.PopupFactory$ContainerPopup.owner:Ljava/awt/Component;
            invokestatic javax.swing.SwingUtilities.getWindowAncestor:(Ljava/awt/Component;)Ljava/awt/Window;
            astore 2 /* w */
        start local 2 // java.awt.Window w
         3: .line 527
            aload 2 /* w */
            ifnonnull 5
         4: .line 528
            iconst_0
            ireturn
         5: .line 530
      StackMap locals: java.awt.Component java.awt.Window
      StackMap stack:
            aload 2 /* w */
            invokevirtual java.awt.Window.getOwnedWindows:()[Ljava/awt/Window;
            astore 3 /* ownedWindows */
        start local 3 // java.awt.Window[] ownedWindows
         6: .line 531
            aload 3 /* ownedWindows */
            ifnull 15
         7: .line 532
            aload 1 /* component */
            invokevirtual java.awt.Component.getBounds:()Ljava/awt/Rectangle;
            astore 4 /* bnd */
        start local 4 // java.awt.Rectangle bnd
         8: .line 533
            aload 3 /* ownedWindows */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 14
      StackMap locals: javax.swing.PopupFactory$ContainerPopup java.awt.Component java.awt.Window java.awt.Window[] java.awt.Rectangle top int int java.awt.Window[]
      StackMap stack:
         9: aload 8
            iload 6
            aaload
            astore 5 /* window */
        start local 5 // java.awt.Window window
        10: .line 534
            aload 5 /* window */
            invokevirtual java.awt.Window.isVisible:()Z
            ifeq 13
        11: .line 535
            aload 4 /* bnd */
            aload 5 /* window */
            invokevirtual java.awt.Window.getBounds:()Ljava/awt/Rectangle;
            invokevirtual java.awt.Rectangle.intersects:(Ljava/awt/Rectangle;)Z
            ifeq 13
        12: .line 537
            iconst_1
            ireturn
        end local 5 // java.awt.Window window
        13: .line 533
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        14: iload 6
            iload 7
            if_icmplt 9
        end local 4 // java.awt.Rectangle bnd
        end local 3 // java.awt.Window[] ownedWindows
        end local 2 // java.awt.Window w
        15: .line 542
      StackMap locals: javax.swing.PopupFactory$ContainerPopup java.awt.Component
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.awt.Component component
        end local 0 // javax.swing.PopupFactory$ContainerPopup this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Ljavax/swing/PopupFactory$ContainerPopup;
            1   16     1     component  Ljava/awt/Component;
            3   15     2             w  Ljava/awt/Window;
            6   15     3  ownedWindows  [Ljava/awt/Window;
            8   15     4           bnd  Ljava/awt/Rectangle;
           10   13     5        window  Ljava/awt/Window;

  boolean fitsOnScreen();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // javax.swing.PopupFactory$ContainerPopup this
         0: .line 549
            aload 0 /* this */
            invokevirtual javax.swing.PopupFactory$ContainerPopup.getComponent:()Ljava/awt/Component;
            astore 1 /* component */
        start local 1 // java.awt.Component component
         1: .line 551
            aload 0 /* this */
            getfield javax.swing.PopupFactory$ContainerPopup.owner:Ljava/awt/Component;
            ifnull 29
            aload 1 /* component */
            ifnull 29
         2: .line 553
            aload 1 /* component */
            invokevirtual java.awt.Component.getWidth:()I
            istore 3 /* width */
        start local 3 // int width
         3: .line 554
            aload 1 /* component */
            invokevirtual java.awt.Component.getHeight:()I
            istore 4 /* height */
        start local 4 // int height
         4: .line 555
            aload 0 /* this */
            getfield javax.swing.PopupFactory$ContainerPopup.owner:Ljava/awt/Component;
            invokevirtual java.awt.Component.getParent:()Ljava/awt/Container;
            astore 2 /* parent */
        start local 2 // java.awt.Container parent
         5: goto 28
         6: .line 557
      StackMap locals: javax.swing.PopupFactory$ContainerPopup java.awt.Component java.awt.Container int int
      StackMap stack:
            aload 2 /* parent */
            instanceof javax.swing.JFrame
            ifne 9
         7: .line 558
            aload 2 /* parent */
            instanceof javax.swing.JDialog
            ifne 9
         8: .line 559
            aload 2 /* parent */
            instanceof javax.swing.JWindow
            ifeq 18
         9: .line 561
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            invokevirtual java.awt.Container.getBounds:()Ljava/awt/Rectangle;
            astore 5 /* r */
        start local 5 // java.awt.Rectangle r
        10: .line 562
            aload 2 /* parent */
            invokevirtual java.awt.Container.getInsets:()Ljava/awt/Insets;
            astore 6 /* i */
        start local 6 // java.awt.Insets i
        11: .line 563
            aload 5 /* r */
            dup
            getfield java.awt.Rectangle.x:I
            aload 6 /* i */
            getfield java.awt.Insets.left:I
            iadd
            putfield java.awt.Rectangle.x:I
        12: .line 564
            aload 5 /* r */
            dup
            getfield java.awt.Rectangle.y:I
            aload 6 /* i */
            getfield java.awt.Insets.top:I
            iadd
            putfield java.awt.Rectangle.y:I
        13: .line 565
            aload 5 /* r */
            dup
            getfield java.awt.Rectangle.width:I
            aload 6 /* i */
            getfield java.awt.Insets.left:I
            aload 6 /* i */
            getfield java.awt.Insets.right:I
            iadd
            isub
            putfield java.awt.Rectangle.width:I
        14: .line 566
            aload 5 /* r */
            dup
            getfield java.awt.Rectangle.height:I
            aload 6 /* i */
            getfield java.awt.Insets.top:I
            aload 6 /* i */
            getfield java.awt.Insets.bottom:I
            iadd
            isub
            putfield java.awt.Rectangle.height:I
        15: .line 568
            aload 2 /* parent */
            invokevirtual java.awt.Container.getGraphicsConfiguration:()Ljava/awt/GraphicsConfiguration;
            astore 7 /* gc */
        start local 7 // java.awt.GraphicsConfiguration gc
        16: .line 569
            aload 0 /* this */
            aload 7 /* gc */
            invokevirtual javax.swing.PopupFactory$ContainerPopup.getContainerPopupArea:(Ljava/awt/GraphicsConfiguration;)Ljava/awt/Rectangle;
            astore 8 /* popupArea */
        start local 8 // java.awt.Rectangle popupArea
        17: .line 570
            aload 5 /* r */
            aload 8 /* popupArea */
            invokevirtual java.awt.Rectangle.intersection:(Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            aload 0 /* this */
            getfield javax.swing.PopupFactory$ContainerPopup.x:I
            aload 0 /* this */
            getfield javax.swing.PopupFactory$ContainerPopup.y:I
            iload 3 /* width */
            iload 4 /* height */
            invokevirtual java.awt.Rectangle.contains:(IIII)Z
            ireturn
        end local 8 // java.awt.Rectangle popupArea
        end local 7 // java.awt.GraphicsConfiguration gc
        end local 6 // java.awt.Insets i
        end local 5 // java.awt.Rectangle r
        18: .line 572
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            instanceof javax.swing.JApplet
            ifeq 24
        19: .line 573
            aload 2 /* parent */
            invokevirtual java.awt.Container.getBounds:()Ljava/awt/Rectangle;
            astore 5 /* r */
        start local 5 // java.awt.Rectangle r
        20: .line 574
            aload 2 /* parent */
            invokevirtual java.awt.Container.getLocationOnScreen:()Ljava/awt/Point;
            astore 6 /* p */
        start local 6 // java.awt.Point p
        21: .line 576
            aload 5 /* r */
            aload 6 /* p */
            getfield java.awt.Point.x:I
            putfield java.awt.Rectangle.x:I
        22: .line 577
            aload 5 /* r */
            aload 6 /* p */
            getfield java.awt.Point.y:I
            putfield java.awt.Rectangle.y:I
        23: .line 578
            aload 5 /* r */
            aload 0 /* this */
            getfield javax.swing.PopupFactory$ContainerPopup.x:I
            aload 0 /* this */
            getfield javax.swing.PopupFactory$ContainerPopup.y:I
            iload 3 /* width */
            iload 4 /* height */
            invokevirtual java.awt.Rectangle.contains:(IIII)Z
            ireturn
        end local 6 // java.awt.Point p
        end local 5 // java.awt.Rectangle r
        24: .line 579
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            instanceof java.awt.Window
            ifne 29
        25: .line 580
            aload 2 /* parent */
            instanceof java.applet.Applet
            ifeq 27
        26: .line 582
            goto 29
        27: .line 556
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            invokevirtual java.awt.Container.getParent:()Ljava/awt/Container;
            astore 2 /* parent */
        28: .line 555
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            ifnonnull 6
        end local 4 // int height
        end local 3 // int width
        end local 2 // java.awt.Container parent
        29: .line 586
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.awt.Component component
        end local 0 // javax.swing.PopupFactory$ContainerPopup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   30     0       this  Ljavax/swing/PopupFactory$ContainerPopup;
            1   30     1  component  Ljava/awt/Component;
            5   29     2     parent  Ljava/awt/Container;
            3   29     3      width  I
            4   29     4     height  I
           10   18     5          r  Ljava/awt/Rectangle;
           11   18     6          i  Ljava/awt/Insets;
           16   18     7         gc  Ljava/awt/GraphicsConfiguration;
           17   18     8  popupArea  Ljava/awt/Rectangle;
           20   24     5          r  Ljava/awt/Rectangle;
           21   24     6          p  Ljava/awt/Point;

  java.awt.Rectangle getContainerPopupArea(java.awt.GraphicsConfiguration);
    descriptor: (Ljava/awt/GraphicsConfiguration;)Ljava/awt/Rectangle;
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // javax.swing.PopupFactory$ContainerPopup this
        start local 1 // java.awt.GraphicsConfiguration gc
         0: .line 591
            invokestatic java.awt.Toolkit.getDefaultToolkit:()Ljava/awt/Toolkit;
            astore 3 /* toolkit */
        start local 3 // java.awt.Toolkit toolkit
         1: .line 593
            aload 1 /* gc */
            ifnull 5
         2: .line 596
            aload 1 /* gc */
            invokevirtual java.awt.GraphicsConfiguration.getBounds:()Ljava/awt/Rectangle;
            astore 2 /* screenBounds */
        start local 2 // java.awt.Rectangle screenBounds
         3: .line 597
            aload 3 /* toolkit */
            aload 1 /* gc */
            invokevirtual java.awt.Toolkit.getScreenInsets:(Ljava/awt/GraphicsConfiguration;)Ljava/awt/Insets;
            astore 4 /* insets */
        start local 4 // java.awt.Insets insets
         4: .line 598
            goto 7
        end local 4 // java.awt.Insets insets
        end local 2 // java.awt.Rectangle screenBounds
         5: .line 600
      StackMap locals: javax.swing.PopupFactory$ContainerPopup java.awt.GraphicsConfiguration top java.awt.Toolkit
      StackMap stack:
            new java.awt.Rectangle
            dup
            aload 3 /* toolkit */
            invokevirtual java.awt.Toolkit.getScreenSize:()Ljava/awt/Dimension;
            invokespecial java.awt.Rectangle.<init>:(Ljava/awt/Dimension;)V
            astore 2 /* screenBounds */
        start local 2 // java.awt.Rectangle screenBounds
         6: .line 601
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            astore 4 /* insets */
        start local 4 // java.awt.Insets insets
         7: .line 604
      StackMap locals: javax.swing.PopupFactory$ContainerPopup java.awt.GraphicsConfiguration java.awt.Rectangle java.awt.Toolkit java.awt.Insets
      StackMap stack:
            aload 2 /* screenBounds */
            dup
            getfield java.awt.Rectangle.x:I
            aload 4 /* insets */
            getfield java.awt.Insets.left:I
            iadd
            putfield java.awt.Rectangle.x:I
         8: .line 605
            aload 2 /* screenBounds */
            dup
            getfield java.awt.Rectangle.y:I
            aload 4 /* insets */
            getfield java.awt.Insets.top:I
            iadd
            putfield java.awt.Rectangle.y:I
         9: .line 606
            aload 2 /* screenBounds */
            dup
            getfield java.awt.Rectangle.width:I
            aload 4 /* insets */
            getfield java.awt.Insets.left:I
            aload 4 /* insets */
            getfield java.awt.Insets.right:I
            iadd
            isub
            putfield java.awt.Rectangle.width:I
        10: .line 607
            aload 2 /* screenBounds */
            dup
            getfield java.awt.Rectangle.height:I
            aload 4 /* insets */
            getfield java.awt.Insets.top:I
            aload 4 /* insets */
            getfield java.awt.Insets.bottom:I
            iadd
            isub
            putfield java.awt.Rectangle.height:I
        11: .line 608
            aload 2 /* screenBounds */
            areturn
        end local 4 // java.awt.Insets insets
        end local 3 // java.awt.Toolkit toolkit
        end local 2 // java.awt.Rectangle screenBounds
        end local 1 // java.awt.GraphicsConfiguration gc
        end local 0 // javax.swing.PopupFactory$ContainerPopup this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Ljavax/swing/PopupFactory$ContainerPopup;
            0   12     1            gc  Ljava/awt/GraphicsConfiguration;
            3    5     2  screenBounds  Ljava/awt/Rectangle;
            6   12     2  screenBounds  Ljava/awt/Rectangle;
            1   12     3       toolkit  Ljava/awt/Toolkit;
            4    5     4        insets  Ljava/awt/Insets;
            7   12     4        insets  Ljava/awt/Insets;
    MethodParameters:
      Name  Flags
      gc    
}
SourceFile: "PopupFactory.java"
NestHost: javax.swing.PopupFactory
InnerClasses:
  private ContainerPopup = javax.swing.PopupFactory$ContainerPopup of javax.swing.PopupFactory