public class sun.tools.jconsole.BorderedComponent extends javax.swing.JPanel implements java.awt.event.ActionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.jconsole.BorderedComponent
  super_class: javax.swing.JPanel
{
  javax.swing.JButton moreOrLessButton;
    descriptor: Ljavax/swing/JButton;
    flags: (0x0000) 

  java.lang.String valueLabelStr;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  javax.swing.JLabel label;
    descriptor: Ljavax/swing/JLabel;
    flags: (0x0000) 

  javax.swing.JComponent comp;
    descriptor: Ljavax/swing/JComponent;
    flags: (0x0000) 

  boolean collapsed;
    descriptor: Z
    flags: (0x0000) 

  private javax.swing.Icon collapseIcon;
    descriptor: Ljavax/swing/Icon;
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.Icon expandIcon;
    descriptor: Ljavax/swing/Icon;
    flags: (0x0002) ACC_PRIVATE

  private static java.awt.Image getImage(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/awt/Image;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.String name
         0: .line 53
            invokestatic java.awt.Toolkit.getDefaultToolkit:()Ljava/awt/Toolkit;
            astore 1 /* tk */
        start local 1 // java.awt.Toolkit tk
         1: .line 54
            new java.lang.StringBuilder
            dup
            ldc "resources/"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ".png"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 0 /* name */
         2: .line 55
            aload 1 /* tk */
            ldc Lsun/tools/jconsole/BorderedComponent;
            aload 0 /* name */
            invokevirtual java.lang.Class.getResource:(Ljava/lang/String;)Ljava/net/URL;
            invokevirtual java.awt.Toolkit.getImage:(Ljava/net/URL;)Ljava/awt/Image;
            areturn
        end local 1 // java.awt.Toolkit tk
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  name  Ljava/lang/String;
            1    3     1    tk  Ljava/awt/Toolkit;
    MethodParameters:
      Name  Flags
      name  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.BorderedComponent this
        start local 1 // java.lang.String text
         0: .line 59
            aload 0 /* this */
            aload 1 /* text */
            aconst_null
            iconst_0
            invokespecial sun.tools.jconsole.BorderedComponent.<init>:(Ljava/lang/String;Ljavax/swing/JComponent;Z)V
         1: .line 60
            return
        end local 1 // java.lang.String text
        end local 0 // sun.tools.jconsole.BorderedComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/tools/jconsole/BorderedComponent;
            0    2     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  public void <init>(java.lang.String, javax.swing.JComponent);
    descriptor: (Ljava/lang/String;Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.tools.jconsole.BorderedComponent this
        start local 1 // java.lang.String text
        start local 2 // javax.swing.JComponent comp
         0: .line 63
            aload 0 /* this */
            aload 1 /* text */
            aload 2 /* comp */
            iconst_0
            invokespecial sun.tools.jconsole.BorderedComponent.<init>:(Ljava/lang/String;Ljavax/swing/JComponent;Z)V
         1: .line 64
            return
        end local 2 // javax.swing.JComponent comp
        end local 1 // java.lang.String text
        end local 0 // sun.tools.jconsole.BorderedComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/tools/jconsole/BorderedComponent;
            0    2     1  text  Ljava/lang/String;
            0    2     2  comp  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      text  
      comp  

  public void <init>(java.lang.String, javax.swing.JComponent, boolean);
    descriptor: (Ljava/lang/String;Ljavax/swing/JComponent;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=4
        start local 0 // sun.tools.jconsole.BorderedComponent this
        start local 1 // java.lang.String text
        start local 2 // javax.swing.JComponent comp
        start local 3 // boolean collapsible
         0: .line 67
            aload 0 /* this */
            aconst_null
            invokespecial javax.swing.JPanel.<init>:(Ljava/awt/LayoutManager;)V
         1: .line 47
            aload 0 /* this */
            iconst_0
            putfield sun.tools.jconsole.BorderedComponent.collapsed:Z
         2: .line 69
            aload 0 /* this */
            aload 2 /* comp */
            putfield sun.tools.jconsole.BorderedComponent.comp:Ljavax/swing/JComponent;
         3: .line 72
            aload 1 /* text */
            ifnull 31
         4: .line 74
            iload 3 /* collapsible */
            ifeq 28
         5: .line 75
            new javax.swing.JLabel
            dup
            aload 1 /* text */
            invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;)V
            astore 5 /* textLabel */
        start local 5 // javax.swing.JLabel textLabel
         6: .line 76
            new sun.tools.jconsole.BorderedComponent$1
            dup
            aload 0 /* this */
            new java.awt.FlowLayout
            dup
            iconst_0
            iconst_2
            iconst_0
            invokespecial java.awt.FlowLayout.<init>:(III)V
            aload 5 /* textLabel */
            invokespecial sun.tools.jconsole.BorderedComponent$1.<init>:(Lsun/tools/jconsole/BorderedComponent;Ljava/awt/LayoutManager;Ljavax/swing/JLabel;)V
            astore 6 /* borderLabel */
        start local 6 // javax.swing.JPanel borderLabel
         7: .line 82
            aload 6 /* borderLabel */
            aload 5 /* textLabel */
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         8: .line 83
            new sun.tools.jconsole.BorderedComponent$LabeledBorder
            dup
            aload 6 /* borderLabel */
            invokespecial sun.tools.jconsole.BorderedComponent$LabeledBorder.<init>:(Ljavax/swing/JComponent;)V
            astore 4 /* border */
        start local 4 // javax.swing.border.TitledBorder border
         9: .line 84
            aload 5 /* textLabel */
            aload 4 /* border */
            invokevirtual javax.swing.border.TitledBorder.getTitleColor:()Ljava/awt/Color;
            invokevirtual javax.swing.JLabel.setForeground:(Ljava/awt/Color;)V
        10: .line 86
            getstatic sun.tools.jconsole.JConsole.IS_WIN:Z
            ifeq 14
        11: .line 87
            aload 0 /* this */
            new javax.swing.ImageIcon
            dup
            ldc "collapse-winlf"
            invokestatic sun.tools.jconsole.BorderedComponent.getImage:(Ljava/lang/String;)Ljava/awt/Image;
            invokespecial javax.swing.ImageIcon.<init>:(Ljava/awt/Image;)V
            putfield sun.tools.jconsole.BorderedComponent.collapseIcon:Ljavax/swing/Icon;
        12: .line 88
            aload 0 /* this */
            new javax.swing.ImageIcon
            dup
            ldc "expand-winlf"
            invokestatic sun.tools.jconsole.BorderedComponent.getImage:(Ljava/lang/String;)Ljava/awt/Image;
            invokespecial javax.swing.ImageIcon.<init>:(Ljava/awt/Image;)V
            putfield sun.tools.jconsole.BorderedComponent.expandIcon:Ljavax/swing/Icon;
        13: .line 89
            goto 16
        14: .line 90
      StackMap locals: sun.tools.jconsole.BorderedComponent java.lang.String javax.swing.JComponent int javax.swing.border.TitledBorder javax.swing.JLabel javax.swing.JPanel
      StackMap stack:
            aload 0 /* this */
            new sun.tools.jconsole.BorderedComponent$ArrowIcon
            dup
            iconst_5
            aload 5 /* textLabel */
            invokespecial sun.tools.jconsole.BorderedComponent$ArrowIcon.<init>:(ILjavax/swing/JLabel;)V
            putfield sun.tools.jconsole.BorderedComponent.collapseIcon:Ljavax/swing/Icon;
        15: .line 91
            aload 0 /* this */
            new sun.tools.jconsole.BorderedComponent$ArrowIcon
            dup
            iconst_3
            aload 5 /* textLabel */
            invokespecial sun.tools.jconsole.BorderedComponent$ArrowIcon.<init>:(ILjavax/swing/JLabel;)V
            putfield sun.tools.jconsole.BorderedComponent.expandIcon:Ljavax/swing/Icon;
        16: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new javax.swing.JButton
            dup
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.collapseIcon:Ljavax/swing/Icon;
            invokespecial javax.swing.JButton.<init>:(Ljavax/swing/Icon;)V
            putfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
        17: .line 95
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
            iconst_0
            invokevirtual javax.swing.JButton.setContentAreaFilled:(Z)V
        18: .line 96
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
            iconst_0
            invokevirtual javax.swing.JButton.setBorderPainted:(Z)V
        19: .line 97
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            invokevirtual javax.swing.JButton.setMargin:(Ljava/awt/Insets;)V
        20: .line 98
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
            aload 0 /* this */
            invokevirtual javax.swing.JButton.addActionListener:(Ljava/awt/event/ActionListener;)V
        21: .line 100
            getstatic sun.tools.jconsole.Messages.BORDERED_COMPONENT_MORE_OR_LESS_BUTTON_TOOLTIP:Ljava/lang/String;
        22: .line 99
            astore 7 /* toolTip */
        start local 7 // java.lang.String toolTip
        23: .line 101
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
            aload 7 /* toolTip */
            invokevirtual javax.swing.JButton.setToolTipText:(Ljava/lang/String;)V
        24: .line 102
            aload 6 /* borderLabel */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        25: .line 103
            aload 6 /* borderLabel */
            aload 6 /* borderLabel */
            invokevirtual javax.swing.JPanel.getPreferredSize:()Ljava/awt/Dimension;
            invokevirtual javax.swing.JPanel.setSize:(Ljava/awt/Dimension;)V
        26: .line 104
            aload 0 /* this */
            aload 6 /* borderLabel */
            invokevirtual sun.tools.jconsole.BorderedComponent.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        end local 7 // java.lang.String toolTip
        end local 6 // javax.swing.JPanel borderLabel
        end local 5 // javax.swing.JLabel textLabel
        27: .line 105
            goto 29
        end local 4 // javax.swing.border.TitledBorder border
        28: .line 106
      StackMap locals:
      StackMap stack:
            new javax.swing.border.TitledBorder
            dup
            aload 1 /* text */
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljava/lang/String;)V
            astore 4 /* border */
        start local 4 // javax.swing.border.TitledBorder border
        29: .line 108
      StackMap locals: javax.swing.border.TitledBorder
      StackMap stack:
            aload 0 /* this */
            new javax.swing.border.CompoundBorder
            dup
            new sun.tools.jconsole.BorderedComponent$FocusBorder
            dup
            aload 0 /* this */
            invokespecial sun.tools.jconsole.BorderedComponent$FocusBorder.<init>:(Ljava/awt/Component;)V
            aload 4 /* border */
            invokespecial javax.swing.border.CompoundBorder.<init>:(Ljavax/swing/border/Border;Ljavax/swing/border/Border;)V
            invokevirtual sun.tools.jconsole.BorderedComponent.setBorder:(Ljavax/swing/border/Border;)V
        end local 4 // javax.swing.border.TitledBorder border
        30: .line 109
            goto 32
        31: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.tools.jconsole.BorderedComponent$FocusBorder
            dup
            aload 0 /* this */
            invokespecial sun.tools.jconsole.BorderedComponent$FocusBorder.<init>:(Ljava/awt/Component;)V
            invokevirtual sun.tools.jconsole.BorderedComponent.setBorder:(Ljavax/swing/border/Border;)V
        32: .line 112
      StackMap locals:
      StackMap stack:
            aload 2 /* comp */
            ifnull 34
        33: .line 113
            aload 0 /* this */
            aload 2 /* comp */
            invokevirtual sun.tools.jconsole.BorderedComponent.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        34: .line 115
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean collapsible
        end local 2 // javax.swing.JComponent comp
        end local 1 // java.lang.String text
        end local 0 // sun.tools.jconsole.BorderedComponent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   35     0         this  Lsun/tools/jconsole/BorderedComponent;
            0   35     1         text  Ljava/lang/String;
            0   35     2         comp  Ljavax/swing/JComponent;
            0   35     3  collapsible  Z
            9   28     4       border  Ljavax/swing/border/TitledBorder;
           29   30     4       border  Ljavax/swing/border/TitledBorder;
            6   27     5    textLabel  Ljavax/swing/JLabel;
            7   27     6  borderLabel  Ljavax/swing/JPanel;
           23   27     7      toolTip  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      text         
      comp         
      collapsible  

  public void setComponent(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.tools.jconsole.BorderedComponent this
        start local 1 // javax.swing.JComponent comp
         0: .line 118
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.comp:Ljavax/swing/JComponent;
            ifnull 2
         1: .line 119
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.comp:Ljavax/swing/JComponent;
            invokevirtual sun.tools.jconsole.BorderedComponent.remove:(Ljava/awt/Component;)V
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* comp */
            putfield sun.tools.jconsole.BorderedComponent.comp:Ljavax/swing/JComponent;
         3: .line 122
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.collapsed:Z
            ifne 9
         4: .line 123
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent.getLayout:()Ljava/awt/LayoutManager;
            astore 2 /* lm */
        start local 2 // java.awt.LayoutManager lm
         5: .line 124
            aload 2 /* lm */
            instanceof java.awt.BorderLayout
            ifeq 8
         6: .line 125
            aload 0 /* this */
            aload 1 /* comp */
            ldc "Center"
            invokevirtual sun.tools.jconsole.BorderedComponent.add:(Ljava/awt/Component;Ljava/lang/Object;)V
         7: .line 126
            goto 9
         8: .line 127
      StackMap locals: java.awt.LayoutManager
      StackMap stack:
            aload 0 /* this */
            aload 1 /* comp */
            invokevirtual sun.tools.jconsole.BorderedComponent.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        end local 2 // java.awt.LayoutManager lm
         9: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent.revalidate:()V
        10: .line 131
            return
        end local 1 // javax.swing.JComponent comp
        end local 0 // sun.tools.jconsole.BorderedComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/tools/jconsole/BorderedComponent;
            0   11     1  comp  Ljavax/swing/JComponent;
            5    9     2    lm  Ljava/awt/LayoutManager;
    MethodParameters:
      Name  Flags
      comp  

  public void setValueLabel(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.BorderedComponent this
        start local 1 // java.lang.String str
         0: .line 134
            aload 0 /* this */
            aload 1 /* str */
            putfield sun.tools.jconsole.BorderedComponent.valueLabelStr:Ljava/lang/String;
         1: .line 135
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.label:Ljavax/swing/JLabel;
            ifnull 5
         2: .line 136
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.label:Ljavax/swing/JLabel;
            getstatic sun.tools.jconsole.Messages.CURRENT_VALUE:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 137
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.valueLabelStr:Ljava/lang/String;
            aastore
         4: .line 136
            invokestatic sun.tools.jconsole.Resources.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual javax.swing.JLabel.setText:(Ljava/lang/String;)V
         5: .line 139
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String str
        end local 0 // sun.tools.jconsole.BorderedComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/tools/jconsole/BorderedComponent;
            0    6     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // sun.tools.jconsole.BorderedComponent this
        start local 1 // java.awt.event.ActionEvent ev
         0: .line 142
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.collapsed:Z
            ifeq 6
         1: .line 143
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.label:Ljavax/swing/JLabel;
            ifnull 3
         2: .line 144
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.label:Ljavax/swing/JLabel;
            invokevirtual sun.tools.jconsole.BorderedComponent.remove:(Ljava/awt/Component;)V
         3: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.comp:Ljavax/swing/JComponent;
            invokevirtual sun.tools.jconsole.BorderedComponent.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         4: .line 147
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.collapseIcon:Ljavax/swing/Icon;
            invokevirtual javax.swing.JButton.setIcon:(Ljavax/swing/Icon;)V
         5: .line 148
            goto 14
         6: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.comp:Ljavax/swing/JComponent;
            invokevirtual sun.tools.jconsole.BorderedComponent.remove:(Ljava/awt/Component;)V
         7: .line 150
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.valueLabelStr:Ljava/lang/String;
            ifnull 13
         8: .line 151
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.label:Ljavax/swing/JLabel;
            ifnonnull 12
         9: .line 152
            aload 0 /* this */
            new javax.swing.JLabel
            dup
            getstatic sun.tools.jconsole.Messages.CURRENT_VALUE:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        10: .line 153
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.valueLabelStr:Ljava/lang/String;
            aastore
        11: .line 152
            invokestatic sun.tools.jconsole.Resources.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;)V
            putfield sun.tools.jconsole.BorderedComponent.label:Ljavax/swing/JLabel;
        12: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.label:Ljavax/swing/JLabel;
            invokevirtual sun.tools.jconsole.BorderedComponent.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        13: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.expandIcon:Ljavax/swing/Icon;
            invokevirtual javax.swing.JButton.setIcon:(Ljavax/swing/Icon;)V
        14: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.collapsed:Z
            ifeq 15
            iconst_0
            goto 16
      StackMap locals:
      StackMap stack: sun.tools.jconsole.BorderedComponent
        15: iconst_1
      StackMap locals: sun.tools.jconsole.BorderedComponent java.awt.event.ActionEvent
      StackMap stack: sun.tools.jconsole.BorderedComponent int
        16: putfield sun.tools.jconsole.BorderedComponent.collapsed:Z
        17: .line 161
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent.getParent:()Ljava/awt/Container;
            checkcast javax.swing.JComponent
            astore 2 /* container */
        start local 2 // javax.swing.JComponent container
        18: .line 162
            aload 2 /* container */
            ifnull 24
        19: .line 163
            aload 2 /* container */
            invokevirtual javax.swing.JComponent.getLayout:()Ljava/awt/LayoutManager;
            instanceof sun.tools.jconsole.VariableGridLayout
            ifeq 24
        20: .line 165
            aload 2 /* container */
            invokevirtual javax.swing.JComponent.getLayout:()Ljava/awt/LayoutManager;
            checkcast sun.tools.jconsole.VariableGridLayout
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.collapsed:Z
            ifeq 21
            iconst_0
            goto 22
      StackMap locals: sun.tools.jconsole.BorderedComponent java.awt.event.ActionEvent javax.swing.JComponent
      StackMap stack: sun.tools.jconsole.VariableGridLayout sun.tools.jconsole.BorderedComponent
        21: iconst_1
      StackMap locals: sun.tools.jconsole.BorderedComponent java.awt.event.ActionEvent javax.swing.JComponent
      StackMap stack: sun.tools.jconsole.VariableGridLayout sun.tools.jconsole.BorderedComponent int
        22: invokevirtual sun.tools.jconsole.VariableGridLayout.setFillRow:(Ljavax/swing/JComponent;Z)V
        23: .line 166
            aload 2 /* container */
            invokevirtual javax.swing.JComponent.revalidate:()V
        24: .line 168
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javax.swing.JComponent container
        end local 1 // java.awt.event.ActionEvent ev
        end local 0 // sun.tools.jconsole.BorderedComponent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   25     0       this  Lsun/tools/jconsole/BorderedComponent;
            0   25     1         ev  Ljava/awt/event/ActionEvent;
           18   25     2  container  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      ev    

  public java.awt.Dimension getMinimumSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.tools.jconsole.BorderedComponent this
         0: .line 171
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent.getLayout:()Ljava/awt/LayoutManager;
            ifnull 2
         1: .line 173
            aload 0 /* this */
            invokespecial javax.swing.JPanel.getMinimumSize:()Ljava/awt/Dimension;
            areturn
         2: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
            ifnull 8
         3: .line 177
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.moreOrLessButton:Ljavax/swing/JButton;
            invokevirtual javax.swing.JButton.getMinimumSize:()Ljava/awt/Dimension;
            astore 1 /* d */
        start local 1 // java.awt.Dimension d
         4: .line 178
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent.getInsets:()Ljava/awt/Insets;
            astore 2 /* i */
        start local 2 // java.awt.Insets i
         5: .line 179
            aload 1 /* d */
            dup
            getfield java.awt.Dimension.width:I
            aload 2 /* i */
            getfield java.awt.Insets.left:I
            aload 2 /* i */
            getfield java.awt.Insets.right:I
            iadd
            iadd
            putfield java.awt.Dimension.width:I
         6: .line 180
            aload 1 /* d */
            dup
            getfield java.awt.Dimension.height:I
            aload 2 /* i */
            getfield java.awt.Insets.top:I
            aload 2 /* i */
            getfield java.awt.Insets.bottom:I
            iadd
            iadd
            putfield java.awt.Dimension.height:I
         7: .line 181
            aload 1 /* d */
            areturn
        end local 2 // java.awt.Insets i
        end local 1 // java.awt.Dimension d
         8: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial javax.swing.JPanel.getMinimumSize:()Ljava/awt/Dimension;
            areturn
        end local 0 // sun.tools.jconsole.BorderedComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/tools/jconsole/BorderedComponent;
            4    8     1     d  Ljava/awt/Dimension;
            5    8     2     i  Ljava/awt/Insets;

  public void doLayout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // sun.tools.jconsole.BorderedComponent this
         0: .line 188
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent.getLayout:()Ljava/awt/LayoutManager;
            ifnull 3
         1: .line 190
            aload 0 /* this */
            invokespecial javax.swing.JPanel.doLayout:()V
         2: .line 191
            return
         3: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent.getSize:()Ljava/awt/Dimension;
            astore 1 /* d */
        start local 1 // java.awt.Dimension d
         4: .line 195
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.BorderedComponent.getInsets:()Ljava/awt/Insets;
            astore 2 /* i */
        start local 2 // java.awt.Insets i
         5: .line 197
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.collapsed:Z
            ifeq 14
         6: .line 198
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.label:Ljavax/swing/JLabel;
            ifnull 20
         7: .line 199
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.label:Ljavax/swing/JLabel;
            invokevirtual javax.swing.JLabel.getPreferredSize:()Ljava/awt/Dimension;
            astore 3 /* p */
        start local 3 // java.awt.Dimension p
         8: .line 200
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.label:Ljavax/swing/JLabel;
            aload 2 /* i */
            getfield java.awt.Insets.left:I
         9: .line 201
            aload 2 /* i */
            getfield java.awt.Insets.top:I
            aload 1 /* d */
            getfield java.awt.Dimension.height:I
            aload 2 /* i */
            getfield java.awt.Insets.top:I
            isub
            aload 2 /* i */
            getfield java.awt.Insets.bottom:I
            isub
            aload 3 /* p */
            getfield java.awt.Dimension.height:I
            isub
            iconst_2
            idiv
            iadd
        10: .line 202
            aload 3 /* p */
            getfield java.awt.Dimension.width:I
        11: .line 203
            aload 3 /* p */
            getfield java.awt.Dimension.height:I
        12: .line 200
            invokevirtual javax.swing.JLabel.setBounds:(IIII)V
        end local 3 // java.awt.Dimension p
        13: .line 205
            goto 20
        14: .line 206
      StackMap locals: java.awt.Dimension java.awt.Insets
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.comp:Ljavax/swing/JComponent;
            ifnull 20
        15: .line 207
            aload 0 /* this */
            getfield sun.tools.jconsole.BorderedComponent.comp:Ljavax/swing/JComponent;
            aload 2 /* i */
            getfield java.awt.Insets.left:I
        16: .line 208
            aload 2 /* i */
            getfield java.awt.Insets.top:I
        17: .line 209
            aload 1 /* d */
            getfield java.awt.Dimension.width:I
            aload 2 /* i */
            getfield java.awt.Insets.left:I
            isub
            aload 2 /* i */
            getfield java.awt.Insets.right:I
            isub
        18: .line 210
            aload 1 /* d */
            getfield java.awt.Dimension.height:I
            aload 2 /* i */
            getfield java.awt.Insets.top:I
            isub
            aload 2 /* i */
            getfield java.awt.Insets.bottom:I
            isub
        19: .line 207
            invokevirtual javax.swing.JComponent.setBounds:(IIII)V
        20: .line 213
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.awt.Insets i
        end local 1 // java.awt.Dimension d
        end local 0 // sun.tools.jconsole.BorderedComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lsun/tools/jconsole/BorderedComponent;
            4   21     1     d  Ljava/awt/Dimension;
            5   21     2     i  Ljava/awt/Insets;
            8   13     3     p  Ljava/awt/Dimension;
}
SourceFile: "BorderedComponent.java"
NestMembers:
  sun.tools.jconsole.BorderedComponent$1  sun.tools.jconsole.BorderedComponent$ArrowIcon  sun.tools.jconsole.BorderedComponent$FocusBorder  sun.tools.jconsole.BorderedComponent$LabeledBorder
InnerClasses:
  sun.tools.jconsole.BorderedComponent$1
  private ArrowIcon = sun.tools.jconsole.BorderedComponent$ArrowIcon of sun.tools.jconsole.BorderedComponent
  protected FocusBorder = sun.tools.jconsole.BorderedComponent$FocusBorder of sun.tools.jconsole.BorderedComponent
  protected LabeledBorder = sun.tools.jconsole.BorderedComponent$LabeledBorder of sun.tools.jconsole.BorderedComponent