public class sun.tools.jconsole.BorderedComponent$LabeledBorder extends javax.swing.border.TitledBorder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.jconsole.BorderedComponent$LabeledBorder
  super_class: javax.swing.border.TitledBorder
{
  protected javax.swing.JComponent label;
    descriptor: Ljavax/swing/JComponent;
    flags: (0x0004) ACC_PROTECTED

  private java.awt.Point compLoc;
    descriptor: Ljava/awt/Point;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
        start local 1 // javax.swing.JComponent label
         0: .line 288
            aload 0 /* this */
            aconst_null
            aload 1 /* label */
            invokespecial sun.tools.jconsole.BorderedComponent$LabeledBorder.<init>:(Ljavax/swing/border/Border;Ljavax/swing/JComponent;)V
         1: .line 289
            return
        end local 1 // javax.swing.JComponent label
        end local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/tools/jconsole/BorderedComponent$LabeledBorder;
            0    2     1  label  Ljavax/swing/JComponent;
    MethodParameters:
       Name  Flags
      label  

  public void <init>(javax.swing.border.Border);
    descriptor: (Ljavax/swing/border/Border;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
        start local 1 // javax.swing.border.Border border
         0: .line 298
            aload 0 /* this */
            aload 1 /* border */
            aconst_null
            invokespecial sun.tools.jconsole.BorderedComponent$LabeledBorder.<init>:(Ljavax/swing/border/Border;Ljavax/swing/JComponent;)V
         1: .line 299
            return
        end local 1 // javax.swing.border.Border border
        end local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/tools/jconsole/BorderedComponent$LabeledBorder;
            0    2     1  border  Ljavax/swing/border/Border;
    MethodParameters:
        Name  Flags
      border  

  public void <init>(javax.swing.border.Border, javax.swing.JComponent);
    descriptor: (Ljavax/swing/border/Border;Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
        start local 1 // javax.swing.border.Border border
        start local 2 // javax.swing.JComponent label
         0: .line 309
            aload 0 /* this */
            aload 1 /* border */
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;)V
         1: .line 280
            aload 0 /* this */
            new java.awt.Point
            dup
            invokespecial java.awt.Point.<init>:()V
            putfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
         2: .line 311
            aload 0 /* this */
            aload 2 /* label */
            putfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
         3: .line 313
            aload 2 /* label */
            instanceof javax.swing.JLabel
            ifeq 6
         4: .line 314
            aload 2 /* label */
            invokevirtual javax.swing.JComponent.getForeground:()Ljava/awt/Color;
            instanceof javax.swing.plaf.ColorUIResource
            ifeq 6
         5: .line 316
            aload 2 /* label */
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent$LabeledBorder.getTitleColor:()Ljava/awt/Color;
            invokevirtual javax.swing.JComponent.setForeground:(Ljava/awt/Color;)V
         6: .line 319
      StackMap locals: sun.tools.jconsole.BorderedComponent$LabeledBorder javax.swing.border.Border javax.swing.JComponent
      StackMap stack:
            return
        end local 2 // javax.swing.JComponent label
        end local 1 // javax.swing.border.Border border
        end local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lsun/tools/jconsole/BorderedComponent$LabeledBorder;
            0    7     1  border  Ljavax/swing/border/Border;
            0    7     2   label  Ljavax/swing/JComponent;
    MethodParameters:
        Name  Flags
      border  
      label   

  public void paintBorder(java.awt.Component, java.awt.Graphics, int, int, int, int);
    descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=18, args_size=7
        start local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Graphics g
        start local 3 // int x
        start local 4 // int y
        start local 5 // int width
        start local 6 // int height
         0: .line 333
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent$LabeledBorder.getBorder:()Ljavax/swing/border/Border;
            astore 7 /* border */
        start local 7 // javax.swing.border.Border border
         1: .line 335
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
            ifnonnull 5
         2: .line 336
            aload 7 /* border */
            ifnull 4
         3: .line 337
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* width */
            iload 6 /* height */
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
         4: .line 339
      StackMap locals: javax.swing.border.Border
      StackMap stack:
            return
         5: .line 342
      StackMap locals:
      StackMap stack:
            new java.awt.Rectangle
            dup
            iload 3 /* x */
            iconst_2
            iadd
            iload 4 /* y */
            iconst_2
            iadd
         6: .line 343
            iload 5 /* width */
            iconst_4
            isub
         7: .line 344
            iload 6 /* height */
            iconst_4
            isub
         8: .line 342
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            astore 8 /* grooveRect */
        start local 8 // java.awt.Rectangle grooveRect
         9: .line 346
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
            invokevirtual javax.swing.JComponent.getPreferredSize:()Ljava/awt/Dimension;
            astore 9 /* labelDim */
        start local 9 // java.awt.Dimension labelDim
        10: .line 347
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
            aload 9 /* labelDim */
            getfield java.awt.Dimension.width:I
            aload 9 /* labelDim */
            getfield java.awt.Dimension.height:I
            invokevirtual javax.swing.JComponent.getBaseline:(II)I
            istore 10 /* baseline */
        start local 10 // int baseline
        11: .line 348
            iconst_0
            iload 10 /* baseline */
            invokestatic java.lang.Math.max:(II)I
            istore 11 /* ascent */
        start local 11 // int ascent
        12: .line 349
            aload 9 /* labelDim */
            getfield java.awt.Dimension.height:I
            iload 11 /* ascent */
            isub
            istore 12 /* descent */
        start local 12 // int descent
        13: .line 353
            aload 7 /* border */
            ifnull 16
        14: .line 354
            aload 7 /* border */
            aload 1 /* c */
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 14 /* insets */
        start local 14 // java.awt.Insets insets
        15: .line 355
            goto 17
        end local 14 // java.awt.Insets insets
        16: .line 356
      StackMap locals: sun.tools.jconsole.BorderedComponent$LabeledBorder java.awt.Component java.awt.Graphics int int int int javax.swing.border.Border java.awt.Rectangle java.awt.Dimension int int int
      StackMap stack:
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            astore 14 /* insets */
        start local 14 // java.awt.Insets insets
        17: .line 359
      StackMap locals: sun.tools.jconsole.BorderedComponent$LabeledBorder java.awt.Component java.awt.Graphics int int int int javax.swing.border.Border java.awt.Rectangle java.awt.Dimension int int int top java.awt.Insets
      StackMap stack:
            iconst_0
            iload 11 /* ascent */
            iconst_2
            idiv
            iconst_2
            iadd
            iconst_2
            isub
            invokestatic java.lang.Math.max:(II)I
            istore 13 /* diff */
        start local 13 // int diff
        18: .line 360
            aload 8 /* grooveRect */
            dup
            getfield java.awt.Rectangle.y:I
            iload 13 /* diff */
            iadd
            putfield java.awt.Rectangle.y:I
        19: .line 361
            aload 8 /* grooveRect */
            dup
            getfield java.awt.Rectangle.height:I
            iload 13 /* diff */
            isub
            putfield java.awt.Rectangle.height:I
        20: .line 362
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
            aload 14 /* insets */
            getfield java.awt.Insets.top:I
            iconst_2
            idiv
            iadd
            iload 11 /* ascent */
            iload 12 /* descent */
            iadd
            iconst_2
            idiv
            isub
            iconst_1
            isub
            putfield java.awt.Point.y:I
        21: .line 365
            aload 1 /* c */
            invokevirtual java.awt.Component.getComponentOrientation:()Ljava/awt/ComponentOrientation;
            invokevirtual java.awt.ComponentOrientation.isLeftToRight:()Z
            ifeq 24
        22: .line 366
            iconst_1
            istore 15 /* justification */
        start local 15 // int justification
        23: .line 367
            goto 25
        end local 15 // int justification
        24: .line 368
      StackMap locals: sun.tools.jconsole.BorderedComponent$LabeledBorder java.awt.Component java.awt.Graphics int int int int javax.swing.border.Border java.awt.Rectangle java.awt.Dimension int int int int java.awt.Insets
      StackMap stack:
            iconst_3
            istore 15 /* justification */
        start local 15 // int justification
        25: .line 371
      StackMap locals: int
      StackMap stack:
            iload 15 /* justification */
            tableswitch { // 1 - 3
                    1: 26
                    2: 31
                    3: 28
              default: 31
          }
        26: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            iconst_5
            iadd
            aload 14 /* insets */
            getfield java.awt.Insets.left:I
            iadd
            putfield java.awt.Point.x:I
        27: .line 374
            goto 31
        28: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            iadd
        29: .line 377
            aload 9 /* labelDim */
            getfield java.awt.Dimension.width:I
            iconst_5
            iadd
            aload 14 /* insets */
            getfield java.awt.Insets.right:I
            iadd
            isub
        30: .line 376
            putfield java.awt.Point.x:I
        31: .line 386
      StackMap locals:
      StackMap stack:
            aload 7 /* border */
            ifnull 68
        32: .line 387
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            getfield java.awt.Point.y:I
            iload 11 /* ascent */
            isub
            if_icmple 63
        33: .line 388
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 16 /* clipRect */
        start local 16 // java.awt.Rectangle clipRect
        34: .line 391
            aload 2 /* g */
            invokevirtual java.awt.Graphics.getClipBounds:()Ljava/awt/Rectangle;
            astore 17 /* saveClip */
        start local 17 // java.awt.Rectangle saveClip
        35: .line 394
            aload 16 /* clipRect */
            aload 17 /* saveClip */
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
        36: .line 395
            aload 16 /* clipRect */
            iload 3 /* x */
            iload 4 /* y */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            iconst_1
            isub
            iload 3 /* x */
            isub
            iload 6 /* height */
            invokestatic sun.tools.jconsole.BorderedComponent$LabeledBorder.computeIntersection:(Ljava/awt/Rectangle;IIII)Z
            ifeq 41
        37: .line 396
            aload 2 /* g */
            aload 16 /* clipRect */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
        38: .line 397
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
        39: .line 398
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
        40: .line 397
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
        41: .line 402
      StackMap locals: java.awt.Rectangle java.awt.Rectangle
      StackMap stack:
            aload 16 /* clipRect */
            aload 17 /* saveClip */
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
        42: .line 403
            aload 16 /* clipRect */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            aload 9 /* labelDim */
            getfield java.awt.Dimension.width:I
            iadd
            iconst_1
            iadd
            iload 4 /* y */
        43: .line 404
            iload 3 /* x */
            iload 5 /* width */
            iadd
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            aload 9 /* labelDim */
            getfield java.awt.Dimension.width:I
            iadd
            iconst_1
            iadd
            isub
            iload 6 /* height */
        44: .line 403
            invokestatic sun.tools.jconsole.BorderedComponent$LabeledBorder.computeIntersection:(Ljava/awt/Rectangle;IIII)Z
        45: .line 404
            ifeq 50
        46: .line 405
            aload 2 /* g */
            aload 16 /* clipRect */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
        47: .line 406
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
        48: .line 407
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
        49: .line 406
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
        50: .line 411
      StackMap locals:
      StackMap stack:
            aload 16 /* clipRect */
            aload 17 /* saveClip */
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
        51: .line 412
            aload 16 /* clipRect */
        52: .line 413
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            iconst_1
            isub
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            getfield java.awt.Point.y:I
            iload 11 /* ascent */
            iadd
            iload 12 /* descent */
            iadd
        53: .line 414
            aload 9 /* labelDim */
            getfield java.awt.Dimension.width:I
            iconst_2
            iadd
        54: .line 415
            iload 4 /* y */
            iload 6 /* height */
            iadd
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            getfield java.awt.Point.y:I
            isub
            iload 11 /* ascent */
            isub
            iload 12 /* descent */
            isub
        55: .line 412
            invokestatic sun.tools.jconsole.BorderedComponent$LabeledBorder.computeIntersection:(Ljava/awt/Rectangle;IIII)Z
        56: .line 415
            ifeq 61
        57: .line 416
            aload 2 /* g */
            aload 16 /* clipRect */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
        58: .line 417
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
        59: .line 418
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
        60: .line 417
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
        61: .line 422
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            aload 17 /* saveClip */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
        end local 17 // java.awt.Rectangle saveClip
        end local 16 // java.awt.Rectangle clipRect
        62: .line 424
            goto 66
        63: .line 425
      StackMap locals:
      StackMap stack:
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
        64: .line 426
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
        65: .line 425
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
        66: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.compLoc:Ljava/awt/Point;
            invokevirtual javax.swing.JComponent.setLocation:(Ljava/awt/Point;)V
        67: .line 430
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
            aload 9 /* labelDim */
            invokevirtual javax.swing.JComponent.setSize:(Ljava/awt/Dimension;)V
        68: .line 432
      StackMap locals:
      StackMap stack:
            return
        end local 15 // int justification
        end local 14 // java.awt.Insets insets
        end local 13 // int diff
        end local 12 // int descent
        end local 11 // int ascent
        end local 10 // int baseline
        end local 9 // java.awt.Dimension labelDim
        end local 8 // java.awt.Rectangle grooveRect
        end local 7 // javax.swing.border.Border border
        end local 6 // int height
        end local 5 // int width
        end local 4 // int y
        end local 3 // int x
        end local 2 // java.awt.Graphics g
        end local 1 // java.awt.Component c
        end local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   69     0           this  Lsun/tools/jconsole/BorderedComponent$LabeledBorder;
            0   69     1              c  Ljava/awt/Component;
            0   69     2              g  Ljava/awt/Graphics;
            0   69     3              x  I
            0   69     4              y  I
            0   69     5          width  I
            0   69     6         height  I
            1   69     7         border  Ljavax/swing/border/Border;
            9   69     8     grooveRect  Ljava/awt/Rectangle;
           10   69     9       labelDim  Ljava/awt/Dimension;
           11   69    10       baseline  I
           12   69    11         ascent  I
           13   69    12        descent  I
           18   69    13           diff  I
           15   16    14         insets  Ljava/awt/Insets;
           17   69    14         insets  Ljava/awt/Insets;
           23   24    15  justification  I
           25   69    15  justification  I
           34   62    16       clipRect  Ljava/awt/Rectangle;
           35   62    17       saveClip  Ljava/awt/Rectangle;
    MethodParameters:
        Name  Flags
      c       
      g       
      x       
      y       
      width   
      height  

  public java.awt.Insets getBorderInsets(java.awt.Component, java.awt.Insets);
    descriptor: (Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets insets
         0: .line 440
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent$LabeledBorder.getBorder:()Ljavax/swing/border/Border;
            astore 3 /* border */
        start local 3 // javax.swing.border.Border border
         1: .line 441
            aload 3 /* border */
            ifnull 11
         2: .line 442
            aload 3 /* border */
            instanceof javax.swing.border.AbstractBorder
            ifeq 5
         3: .line 443
            aload 3 /* border */
            checkcast javax.swing.border.AbstractBorder
            aload 1 /* c */
            aload 2 /* insets */
            invokevirtual javax.swing.border.AbstractBorder.getBorderInsets:(Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
            pop
         4: .line 444
            goto 12
         5: .line 447
      StackMap locals: javax.swing.border.Border
      StackMap stack:
            aload 3 /* border */
            aload 1 /* c */
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 4 /* i */
        start local 4 // java.awt.Insets i
         6: .line 448
            aload 2 /* insets */
            aload 4 /* i */
            getfield java.awt.Insets.top:I
            putfield java.awt.Insets.top:I
         7: .line 449
            aload 2 /* insets */
            aload 4 /* i */
            getfield java.awt.Insets.right:I
            putfield java.awt.Insets.right:I
         8: .line 450
            aload 2 /* insets */
            aload 4 /* i */
            getfield java.awt.Insets.bottom:I
            putfield java.awt.Insets.bottom:I
         9: .line 451
            aload 2 /* insets */
            aload 4 /* i */
            getfield java.awt.Insets.left:I
            putfield java.awt.Insets.left:I
        end local 4 // java.awt.Insets i
        10: .line 453
            goto 12
        11: .line 454
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            aload 2 /* insets */
            aload 2 /* insets */
            aload 2 /* insets */
            iconst_0
            dup_x1
            putfield java.awt.Insets.bottom:I
            dup_x1
            putfield java.awt.Insets.right:I
            dup_x1
            putfield java.awt.Insets.top:I
            putfield java.awt.Insets.left:I
        12: .line 457
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.left:I
            iconst_4
            iadd
            putfield java.awt.Insets.left:I
        13: .line 458
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.right:I
            iconst_4
            iadd
            putfield java.awt.Insets.right:I
        14: .line 459
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
            iconst_4
            iadd
            putfield java.awt.Insets.top:I
        15: .line 460
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.bottom:I
            iconst_4
            iadd
            putfield java.awt.Insets.bottom:I
        16: .line 462
            aload 1 /* c */
            ifnull 17
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
            ifnonnull 18
        17: .line 463
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            areturn
        18: .line 466
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
            invokevirtual javax.swing.JComponent.getHeight:()I
            iadd
            putfield java.awt.Insets.top:I
        19: .line 468
            aload 2 /* insets */
            areturn
        end local 3 // javax.swing.border.Border border
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Component c
        end local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lsun/tools/jconsole/BorderedComponent$LabeledBorder;
            0   20     1       c  Ljava/awt/Component;
            0   20     2  insets  Ljava/awt/Insets;
            1   20     3  border  Ljavax/swing/border/Border;
            6   10     4       i  Ljava/awt/Insets;
    MethodParameters:
        Name  Flags
      c       
      insets  

  public javax.swing.JComponent getLabel();
    descriptor: ()Ljavax/swing/JComponent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
         0: .line 475
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
            areturn
        end local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jconsole/BorderedComponent$LabeledBorder;

  public void setLabel(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
        start local 1 // javax.swing.JComponent label
         0: .line 484
            aload 0 /* this */
            aload 1 /* label */
            putfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
         1: .line 485
            return
        end local 1 // javax.swing.JComponent label
        end local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/tools/jconsole/BorderedComponent$LabeledBorder;
            0    2     1  label  Ljavax/swing/JComponent;
    MethodParameters:
       Name  Flags
      label  

  public java.awt.Dimension getMinimumSize(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
        start local 1 // java.awt.Component c
         0: .line 495
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual sun.tools.jconsole.BorderedComponent$LabeledBorder.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 2 /* insets */
        start local 2 // java.awt.Insets insets
         1: .line 496
            new java.awt.Dimension
            dup
            aload 2 /* insets */
            getfield java.awt.Insets.right:I
            aload 2 /* insets */
            getfield java.awt.Insets.left:I
            iadd
         2: .line 497
            aload 2 /* insets */
            getfield java.awt.Insets.top:I
            aload 2 /* insets */
            getfield java.awt.Insets.bottom:I
            iadd
         3: .line 496
            invokespecial java.awt.Dimension.<init>:(II)V
            astore 3 /* minSize */
        start local 3 // java.awt.Dimension minSize
         4: .line 498
            aload 3 /* minSize */
            dup
            getfield java.awt.Dimension.width:I
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent$LabeledBorder.label:Ljavax/swing/JComponent;
            invokevirtual javax.swing.JComponent.getWidth:()I
            iadd
            putfield java.awt.Dimension.width:I
         5: .line 500
            aload 3 /* minSize */
            areturn
        end local 3 // java.awt.Dimension minSize
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Component c
        end local 0 // sun.tools.jconsole.BorderedComponent$LabeledBorder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lsun/tools/jconsole/BorderedComponent$LabeledBorder;
            0    6     1        c  Ljava/awt/Component;
            1    6     2   insets  Ljava/awt/Insets;
            4    6     3  minSize  Ljava/awt/Dimension;
    MethodParameters:
      Name  Flags
      c     

  private static boolean computeIntersection(java.awt.Rectangle, int, int, int, int);
    descriptor: (Ljava/awt/Rectangle;IIII)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // java.awt.Rectangle dest
        start local 1 // int rx
        start local 2 // int ry
        start local 3 // int rw
        start local 4 // int rh
         0: .line 506
            iload 1 /* rx */
            aload 0 /* dest */
            getfield java.awt.Rectangle.x:I
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* x1 */
        start local 5 // int x1
         1: .line 507
            iload 1 /* rx */
            iload 3 /* rw */
            iadd
            aload 0 /* dest */
            getfield java.awt.Rectangle.x:I
            aload 0 /* dest */
            getfield java.awt.Rectangle.width:I
            iadd
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* x2 */
        start local 6 // int x2
         2: .line 508
            iload 2 /* ry */
            aload 0 /* dest */
            getfield java.awt.Rectangle.y:I
            invokestatic java.lang.Math.max:(II)I
            istore 7 /* y1 */
        start local 7 // int y1
         3: .line 509
            iload 2 /* ry */
            iload 4 /* rh */
            iadd
            aload 0 /* dest */
            getfield java.awt.Rectangle.y:I
            aload 0 /* dest */
            getfield java.awt.Rectangle.height:I
            iadd
            invokestatic java.lang.Math.min:(II)I
            istore 8 /* y2 */
        start local 8 // int y2
         4: .line 510
            aload 0 /* dest */
            iload 5 /* x1 */
            putfield java.awt.Rectangle.x:I
         5: .line 511
            aload 0 /* dest */
            iload 7 /* y1 */
            putfield java.awt.Rectangle.y:I
         6: .line 512
            aload 0 /* dest */
            iload 6 /* x2 */
            iload 5 /* x1 */
            isub
            putfield java.awt.Rectangle.width:I
         7: .line 513
            aload 0 /* dest */
            iload 8 /* y2 */
            iload 7 /* y1 */
            isub
            putfield java.awt.Rectangle.height:I
         8: .line 515
            aload 0 /* dest */
            getfield java.awt.Rectangle.width:I
            ifle 9
            aload 0 /* dest */
            getfield java.awt.Rectangle.height:I
            ifgt 10
         9: .line 516
      StackMap locals: java.awt.Rectangle int int int int int int int int
      StackMap stack:
            iconst_0
            ireturn
        10: .line 518
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 8 // int y2
        end local 7 // int y1
        end local 6 // int x2
        end local 5 // int x1
        end local 4 // int rh
        end local 3 // int rw
        end local 2 // int ry
        end local 1 // int rx
        end local 0 // java.awt.Rectangle dest
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  dest  Ljava/awt/Rectangle;
            0   11     1    rx  I
            0   11     2    ry  I
            0   11     3    rw  I
            0   11     4    rh  I
            1   11     5    x1  I
            2   11     6    x2  I
            3   11     7    y1  I
            4   11     8    y2  I
    MethodParameters:
      Name  Flags
      dest  
      rx    
      ry    
      rw    
      rh    
}
SourceFile: "BorderedComponent.java"
NestHost: sun.tools.jconsole.BorderedComponent
InnerClasses:
  protected LabeledBorder = sun.tools.jconsole.BorderedComponent$LabeledBorder of sun.tools.jconsole.BorderedComponent