class com.apple.laf.AquaInternalFrameUI$ResizeBox extends javax.swing.JLabel implements java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.awt.event.ComponentListener, java.beans.PropertyChangeListener, javax.swing.plaf.UIResource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaInternalFrameUI$ResizeBox
  super_class: javax.swing.JLabel
{
  final javax.swing.JLayeredPane layeredPane;
    descriptor: Ljavax/swing/JLayeredPane;
    flags: (0x0010) ACC_FINAL

  java.awt.Dimension originalSize;
    descriptor: Ljava/awt/Dimension;
    flags: (0x0000) 

  java.awt.Point originalLocation;
    descriptor: Ljava/awt/Point;
    flags: (0x0000) 

  final com.apple.laf.AquaInternalFrameUI this$0;
    descriptor: Lcom/apple/laf/AquaInternalFrameUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.apple.laf.AquaInternalFrameUI, javax.swing.JLayeredPane);
    descriptor: (Lcom/apple/laf/AquaInternalFrameUI;Ljavax/swing/JLayeredPane;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 2 // javax.swing.JLayeredPane layeredPane
         0: .line 805
            aload 0 /* this */
            aload 1
            putfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
         1: .line 806
            aload 0 /* this */
            getstatic com.apple.laf.AquaInternalFrameUI.RESIZE_ICON:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.Icon
            invokespecial javax.swing.JLabel.<init>:(Ljavax/swing/Icon;)V
         2: .line 807
            aload 0 /* this */
            bipush 11
            bipush 11
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.setSize:(II)V
         3: .line 808
            aload 0 /* this */
            aload 2 /* layeredPane */
            putfield com.apple.laf.AquaInternalFrameUI$ResizeBox.layeredPane:Ljavax/swing/JLayeredPane;
         4: .line 810
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.addMouseListener:(Ljava/awt/event/MouseListener;)V
         5: .line 811
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.addMouseMotionListener:(Ljava/awt/event/MouseMotionListener;)V
         6: .line 812
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.addMouseWheelListener:(Ljava/awt/event/MouseWheelListener;)V
         7: .line 813
            return
        end local 2 // javax.swing.JLayeredPane layeredPane
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    8     2  layeredPane  Ljavax/swing/JLayeredPane;
    MethodParameters:
             Name  Flags
      this$0       final
      layeredPane  final

  void addListeners();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
         0: .line 816
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            ldc "resizable"
            aload 0 /* this */
            invokevirtual javax.swing.JInternalFrame.addPropertyChangeListener:(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V
         1: .line 817
            return
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;

  void removeListeners();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
         0: .line 820
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            ldc "resizable"
            aload 0 /* this */
            invokevirtual javax.swing.JInternalFrame.removePropertyChangeListener:(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V
         1: .line 821
            return
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;

  void repositionResizeBox();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
         0: .line 824
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            ifnonnull 1
            aload 0 /* this */
            iconst_0
            iconst_0
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.setSize:(II)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            bipush 11
            bipush 11
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.setSize:(II)V
         2: .line 825
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.layeredPane:Ljavax/swing/JLayeredPane;
            invokevirtual javax.swing.JLayeredPane.getWidth:()I
            bipush 12
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.layeredPane:Ljavax/swing/JLayeredPane;
            invokevirtual javax.swing.JLayeredPane.getHeight:()I
            bipush 12
            isub
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.setLocation:(II)V
         3: .line 826
            return
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;

  void resizeInternalFrame(java.awt.Point);
    descriptor: (Ljava/awt/Point;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=13, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.Point pt
         0: .line 829
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalLocation:Ljava/awt/Point;
            ifnull 1
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            ifnonnull 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getParent:()Ljava/awt/Container;
            astore 2 /* parent */
        start local 2 // java.awt.Container parent
         3: .line 832
            aload 2 /* parent */
            instanceof javax.swing.JDesktopPane
            ifne 4
            return
         4: .line 834
      StackMap locals: java.awt.Container
      StackMap stack:
            aload 0 /* this */
            aload 1 /* pt */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokestatic javax.swing.SwingUtilities.convertPoint:(Ljava/awt/Component;Ljava/awt/Point;Ljava/awt/Component;)Ljava/awt/Point;
            astore 3 /* newPoint */
        start local 3 // java.awt.Point newPoint
         5: .line 835
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalLocation:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            aload 3 /* newPoint */
            getfield java.awt.Point.x:I
            isub
            istore 4 /* deltaX */
        start local 4 // int deltaX
         6: .line 836
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalLocation:Ljava/awt/Point;
            getfield java.awt.Point.y:I
            aload 3 /* newPoint */
            getfield java.awt.Point.y:I
            isub
            istore 5 /* deltaY */
        start local 5 // int deltaY
         7: .line 837
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getMinimumSize:()Ljava/awt/Dimension;
            astore 6 /* min */
        start local 6 // java.awt.Dimension min
         8: .line 838
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getMaximumSize:()Ljava/awt/Dimension;
            astore 7 /* max */
        start local 7 // java.awt.Dimension max
         9: .line 840
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getX:()I
            istore 8 /* newX */
        start local 8 // int newX
        10: .line 841
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getY:()I
            istore 9 /* newY */
        start local 9 // int newY
        11: .line 842
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getWidth:()I
            istore 10 /* newW */
        start local 10 // int newW
        12: .line 843
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getHeight:()I
            istore 11 /* newH */
        start local 11 // int newH
        13: .line 845
            aload 2 /* parent */
            invokevirtual java.awt.Container.getBounds:()Ljava/awt/Rectangle;
            astore 12 /* parentBounds */
        start local 12 // java.awt.Rectangle parentBounds
        14: .line 847
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            iload 4 /* deltaX */
            isub
            aload 6 /* min */
            getfield java.awt.Dimension.width:I
            if_icmpge 17
        15: .line 848
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            aload 6 /* min */
            getfield java.awt.Dimension.width:I
            isub
            istore 4 /* deltaX */
        16: .line 849
            goto 19
      StackMap locals: com.apple.laf.AquaInternalFrameUI$ResizeBox java.awt.Point java.awt.Container java.awt.Point int int java.awt.Dimension java.awt.Dimension int int int int java.awt.Rectangle
      StackMap stack:
        17: aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            iload 4 /* deltaX */
            isub
            aload 7 /* max */
            getfield java.awt.Dimension.width:I
            if_icmple 19
        18: .line 850
            aload 7 /* max */
            getfield java.awt.Dimension.width:I
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            isub
            ineg
            istore 4 /* deltaX */
        19: .line 853
      StackMap locals:
      StackMap stack:
            iload 8 /* newX */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            iadd
            iload 4 /* deltaX */
            isub
            aload 12 /* parentBounds */
            getfield java.awt.Rectangle.width:I
            if_icmple 21
        20: .line 854
            iload 8 /* newX */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            iadd
            aload 12 /* parentBounds */
            getfield java.awt.Rectangle.width:I
            isub
            istore 4 /* deltaX */
        21: .line 857
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.height:I
            iload 5 /* deltaY */
            isub
            aload 6 /* min */
            getfield java.awt.Dimension.height:I
            if_icmpge 24
        22: .line 858
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.height:I
            aload 6 /* min */
            getfield java.awt.Dimension.height:I
            isub
            istore 5 /* deltaY */
        23: .line 859
            goto 26
      StackMap locals:
      StackMap stack:
        24: aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.height:I
            iload 5 /* deltaY */
            isub
            aload 7 /* max */
            getfield java.awt.Dimension.height:I
            if_icmple 26
        25: .line 860
            aload 7 /* max */
            getfield java.awt.Dimension.height:I
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.height:I
            isub
            ineg
            istore 5 /* deltaY */
        26: .line 863
      StackMap locals:
      StackMap stack:
            iload 9 /* newY */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.height:I
            iadd
            iload 5 /* deltaY */
            isub
            aload 12 /* parentBounds */
            getfield java.awt.Rectangle.height:I
            if_icmple 28
        27: .line 864
            iload 9 /* newY */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.height:I
            iadd
            aload 12 /* parentBounds */
            getfield java.awt.Rectangle.height:I
            isub
            istore 5 /* deltaY */
        28: .line 867
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.width:I
            iload 4 /* deltaX */
            isub
            istore 10 /* newW */
        29: .line 868
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
            getfield java.awt.Dimension.height:I
            iload 5 /* deltaY */
            isub
            istore 11 /* newH */
        30: .line 870
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$1:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/DesktopManager;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            iload 8 /* newX */
            iload 9 /* newY */
            iload 10 /* newW */
            iload 11 /* newH */
            invokeinterface javax.swing.DesktopManager.resizeFrame:(Ljavax/swing/JComponent;IIII)V
        31: .line 871
            return
        end local 12 // java.awt.Rectangle parentBounds
        end local 11 // int newH
        end local 10 // int newW
        end local 9 // int newY
        end local 8 // int newX
        end local 7 // java.awt.Dimension max
        end local 6 // java.awt.Dimension min
        end local 5 // int deltaY
        end local 4 // int deltaX
        end local 3 // java.awt.Point newPoint
        end local 2 // java.awt.Container parent
        end local 1 // java.awt.Point pt
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   32     0          this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0   32     1            pt  Ljava/awt/Point;
            3   32     2        parent  Ljava/awt/Container;
            5   32     3      newPoint  Ljava/awt/Point;
            6   32     4        deltaX  I
            7   32     5        deltaY  I
            8   32     6           min  Ljava/awt/Dimension;
            9   32     7           max  Ljava/awt/Dimension;
           10   32     8          newX  I
           11   32     9          newY  I
           12   32    10          newW  I
           13   32    11          newH  I
           14   32    12  parentBounds  Ljava/awt/Rectangle;
    MethodParameters:
      Name  Flags
      pt    final

  boolean testGrowboxPoint(int, int, int, int);
    descriptor: (IIII)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 874
            iload 3 /* w */
            iload 1 /* x */
            isub
            iload 4 /* h */
            iload 2 /* y */
            isub
            iadd
            bipush 12
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    2     1     x  I
            0    2     2     y  I
            0    2     3     w  I
            0    2     4     h  I
    MethodParameters:
      Name  Flags
      x     final
      y     final
      w     final
      h     final

  void forwardEventToFrame(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0000) 
    Code:
      stack=13, locals=4, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 878
            new java.awt.Point
            dup
            invokespecial java.awt.Point.<init>:()V
            astore 2 /* pt */
        start local 2 // java.awt.Point pt
         1: .line 879
            aload 0 /* this */
            aload 1 /* e */
            aload 2 /* pt */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.getComponentToForwardTo:(Ljava/awt/event/MouseEvent;Ljava/awt/Point;)Ljava/awt/Component;
            astore 3 /* c */
        start local 3 // java.awt.Component c
         2: .line 880
            aload 3 /* c */
            ifnonnull 3
            return
         3: .line 881
      StackMap locals: java.awt.Point java.awt.Component
      StackMap stack:
            aload 3 /* c */
            new java.awt.event.MouseEvent
            dup
            aload 3 /* c */
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getID:()I
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getWhen:()J
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getModifiers:()I
            aload 2 /* pt */
            getfield java.awt.Point.x:I
            aload 2 /* pt */
            getfield java.awt.Point.y:I
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getClickCount:()I
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.isPopupTrigger:()Z
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getButton:()I
            invokespecial java.awt.event.MouseEvent.<init>:(Ljava/awt/Component;IJIIIIZI)V
            invokevirtual java.awt.Component.dispatchEvent:(Ljava/awt/AWTEvent;)V
         4: .line 882
            return
        end local 3 // java.awt.Component c
        end local 2 // java.awt.Point pt
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    5     1     e  Ljava/awt/event/MouseEvent;
            1    5     2    pt  Ljava/awt/Point;
            2    5     3     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      e     final

  java.awt.Component getComponentToForwardTo(java.awt.event.MouseEvent, java.awt.Point);
    descriptor: (Ljava/awt/event/MouseEvent;Ljava/awt/Point;)Ljava/awt/Component;
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.MouseEvent e
        start local 2 // java.awt.Point dst
         0: .line 885
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            ifnonnull 1
            aconst_null
            areturn
         1: .line 886
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getContentPane:()Ljava/awt/Container;
            astore 3 /* contentPane */
        start local 3 // java.awt.Container contentPane
         2: .line 887
            aload 3 /* contentPane */
            ifnonnull 3
            aconst_null
            areturn
         3: .line 888
      StackMap locals: java.awt.Container
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getPoint:()Ljava/awt/Point;
            aload 3 /* contentPane */
            invokestatic javax.swing.SwingUtilities.convertPoint:(Ljava/awt/Component;Ljava/awt/Point;Ljava/awt/Component;)Ljava/awt/Point;
            astore 4 /* pt */
        start local 4 // java.awt.Point pt
         4: .line 889
            aload 3 /* contentPane */
            aload 4 /* pt */
            getfield java.awt.Point.x:I
            aload 4 /* pt */
            getfield java.awt.Point.y:I
            invokestatic javax.swing.SwingUtilities.getDeepestComponentAt:(Ljava/awt/Component;II)Ljava/awt/Component;
            astore 5 /* c */
        start local 5 // java.awt.Component c
         5: .line 890
            aload 5 /* c */
            ifnonnull 6
            aconst_null
            areturn
         6: .line 891
      StackMap locals: java.awt.Point java.awt.Component
      StackMap stack:
            aload 3 /* contentPane */
            aload 4 /* pt */
            aload 5 /* c */
            invokestatic javax.swing.SwingUtilities.convertPoint:(Ljava/awt/Component;Ljava/awt/Point;Ljava/awt/Component;)Ljava/awt/Point;
            astore 4 /* pt */
         7: .line 892
            aload 2 /* dst */
            ifnull 8
            aload 2 /* dst */
            aload 4 /* pt */
            invokevirtual java.awt.Point.setLocation:(Ljava/awt/Point;)V
         8: .line 893
      StackMap locals:
      StackMap stack:
            aload 5 /* c */
            areturn
        end local 5 // java.awt.Component c
        end local 4 // java.awt.Point pt
        end local 3 // java.awt.Container contentPane
        end local 2 // java.awt.Point dst
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    9     1            e  Ljava/awt/event/MouseEvent;
            0    9     2          dst  Ljava/awt/Point;
            2    9     3  contentPane  Ljava/awt/Container;
            4    9     4           pt  Ljava/awt/Point;
            5    9     5            c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      e     final
      dst   final

  public void mouseClicked(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 897
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.forwardEventToFrame:(Ljava/awt/event/MouseEvent;)V
         1: .line 898
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    2     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void mouseEntered(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 900
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    1     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void mouseExited(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 902
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    1     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void mousePressed(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 905
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            ifnonnull 1
            return
         1: .line 907
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.isResizable:()Z
            ifeq 6
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.isMaximum:()Z
            ifne 6
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getX:()I
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getY:()I
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.getWidth:()I
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.getHeight:()I
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.testGrowboxPoint:(IIII)Z
            ifeq 6
         2: .line 908
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getPoint:()Ljava/awt/Point;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokestatic javax.swing.SwingUtilities.convertPoint:(Ljava/awt/Component;Ljava/awt/Point;Ljava/awt/Component;)Ljava/awt/Point;
            putfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalLocation:Ljava/awt/Point;
         3: .line 909
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokevirtual javax.swing.JInternalFrame.getSize:()Ljava/awt/Dimension;
            putfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalSize:Ljava/awt/Dimension;
         4: .line 910
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$1:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/DesktopManager;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            iconst_4
            invokeinterface javax.swing.DesktopManager.beginResizingFrame:(Ljavax/swing/JComponent;I)V
         5: .line 911
            return
         6: .line 914
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.forwardEventToFrame:(Ljava/awt/event/MouseEvent;)V
         7: .line 915
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    8     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void mouseReleased(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 918
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalLocation:Ljava/awt/Point;
            ifnull 5
         1: .line 919
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getPoint:()Ljava/awt/Point;
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.resizeInternalFrame:(Ljava/awt/Point;)V
         2: .line 920
            aload 0 /* this */
            aconst_null
            putfield com.apple.laf.AquaInternalFrameUI$ResizeBox.originalLocation:Ljava/awt/Point;
         3: .line 921
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$1:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/DesktopManager;
            aload 0 /* this */
            getfield com.apple.laf.AquaInternalFrameUI$ResizeBox.this$0:Lcom/apple/laf/AquaInternalFrameUI;
            invokestatic com.apple.laf.AquaInternalFrameUI.access$0:(Lcom/apple/laf/AquaInternalFrameUI;)Ljavax/swing/JInternalFrame;
            invokeinterface javax.swing.DesktopManager.endResizingFrame:(Ljavax/swing/JComponent;)V
         4: .line 922
            return
         5: .line 925
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.forwardEventToFrame:(Ljava/awt/event/MouseEvent;)V
         6: .line 926
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    7     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void mouseDragged(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 929
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual java.awt.event.MouseEvent.getPoint:()Ljava/awt/Point;
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.resizeInternalFrame:(Ljava/awt/Point;)V
         1: .line 930
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.repositionResizeBox:()V
         2: .line 931
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    3     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void mouseMoved(java.awt.event.MouseEvent);
    descriptor: (Ljava/awt/event/MouseEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.MouseEvent e
         0: .line 933
            return
        end local 1 // java.awt.event.MouseEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    1     1     e  Ljava/awt/event/MouseEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void mouseWheelMoved(java.awt.event.MouseWheelEvent);
    descriptor: (Ljava/awt/event/MouseWheelEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=15, locals=4, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.MouseWheelEvent e
         0: .line 936
            new java.awt.Point
            dup
            invokespecial java.awt.Point.<init>:()V
            astore 2 /* pt */
        start local 2 // java.awt.Point pt
         1: .line 937
            aload 0 /* this */
            aload 1 /* e */
            aload 2 /* pt */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.getComponentToForwardTo:(Ljava/awt/event/MouseEvent;Ljava/awt/Point;)Ljava/awt/Component;
            astore 3 /* c */
        start local 3 // java.awt.Component c
         2: .line 938
            aload 3 /* c */
            ifnonnull 3
            return
         3: .line 939
      StackMap locals: java.awt.Point java.awt.Component
      StackMap stack:
            aload 3 /* c */
            new java.awt.event.MouseWheelEvent
            dup
            aload 3 /* c */
            aload 1 /* e */
            invokevirtual java.awt.event.MouseWheelEvent.getID:()I
            aload 1 /* e */
            invokevirtual java.awt.event.MouseWheelEvent.getWhen:()J
            aload 1 /* e */
            invokevirtual java.awt.event.MouseWheelEvent.getModifiers:()I
            aload 2 /* pt */
            getfield java.awt.Point.x:I
            aload 2 /* pt */
            getfield java.awt.Point.y:I
            aload 1 /* e */
            invokevirtual java.awt.event.MouseWheelEvent.getClickCount:()I
            aload 1 /* e */
            invokevirtual java.awt.event.MouseWheelEvent.isPopupTrigger:()Z
            aload 1 /* e */
            invokevirtual java.awt.event.MouseWheelEvent.getScrollType:()I
            aload 1 /* e */
            invokevirtual java.awt.event.MouseWheelEvent.getScrollAmount:()I
            aload 1 /* e */
            invokevirtual java.awt.event.MouseWheelEvent.getWheelRotation:()I
            invokespecial java.awt.event.MouseWheelEvent.<init>:(Ljava/awt/Component;IJIIIIZIII)V
            invokevirtual java.awt.Component.dispatchEvent:(Ljava/awt/AWTEvent;)V
         4: .line 940
            return
        end local 3 // java.awt.Component c
        end local 2 // java.awt.Point pt
        end local 1 // java.awt.event.MouseWheelEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    5     1     e  Ljava/awt/event/MouseWheelEvent;
            1    5     2    pt  Ljava/awt/Point;
            2    5     3     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      e     final

  public void componentResized(java.awt.event.ComponentEvent);
    descriptor: (Ljava/awt/event/ComponentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.ComponentEvent e
         0: .line 943
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.repositionResizeBox:()V
         1: .line 944
            return
        end local 1 // java.awt.event.ComponentEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    2     1     e  Ljava/awt/event/ComponentEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void componentShown(java.awt.event.ComponentEvent);
    descriptor: (Ljava/awt/event/ComponentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.ComponentEvent e
         0: .line 947
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.repositionResizeBox:()V
         1: .line 948
            return
        end local 1 // java.awt.event.ComponentEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    2     1     e  Ljava/awt/event/ComponentEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void componentMoved(java.awt.event.ComponentEvent);
    descriptor: (Ljava/awt/event/ComponentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.ComponentEvent e
         0: .line 951
            aload 0 /* this */
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.repositionResizeBox:()V
         1: .line 952
            return
        end local 1 // java.awt.event.ComponentEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    2     1     e  Ljava/awt/event/ComponentEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void componentHidden(java.awt.event.ComponentEvent);
    descriptor: (Ljava/awt/event/ComponentEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.awt.event.ComponentEvent e
         0: .line 954
            return
        end local 1 // java.awt.event.ComponentEvent e
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    1     1     e  Ljava/awt/event/ComponentEvent;
    MethodParameters:
      Name  Flags
      e     final

  public void propertyChange(java.beans.PropertyChangeEvent);
    descriptor: (Ljava/beans/PropertyChangeEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
        start local 1 // java.beans.PropertyChangeEvent evt
         0: .line 957
            ldc "resizable"
            aload 1 /* evt */
            invokevirtual java.beans.PropertyChangeEvent.getPropertyName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 1
            return
         1: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            aload 1 /* evt */
            invokevirtual java.beans.PropertyChangeEvent.getNewValue:()Ljava/lang/Object;
            invokevirtual java.lang.Boolean.equals:(Ljava/lang/Object;)Z
            invokevirtual com.apple.laf.AquaInternalFrameUI$ResizeBox.setVisible:(Z)V
         2: .line 959
            return
        end local 1 // java.beans.PropertyChangeEvent evt
        end local 0 // com.apple.laf.AquaInternalFrameUI$ResizeBox this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/apple/laf/AquaInternalFrameUI$ResizeBox;
            0    3     1   evt  Ljava/beans/PropertyChangeEvent;
    MethodParameters:
      Name  Flags
      evt   final
}
SourceFile: "AquaInternalFrameUI.java"
NestHost: com.apple.laf.AquaInternalFrameUI
InnerClasses:
  ResizeBox = com.apple.laf.AquaInternalFrameUI$ResizeBox of com.apple.laf.AquaInternalFrameUI
  abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils