class sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel extends javax.swing.JPanel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel
  super_class: javax.swing.JPanel
{
  private javax.swing.JSplitPane splitPane;
    descriptor: Ljavax/swing/JSplitPane;
    flags: (0x0002) ACC_PRIVATE

  private javax.swing.JTable threadTable;
    descriptor: Ljavax/swing/JTable;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.ui.ThreadInfoPanel threadInfo;
    descriptor: Lsun/jvm/hotspot/ui/ThreadInfoPanel;
    flags: (0x0002) ACC_PRIVATE

  private int dividerSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int dividerLocation;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean actionsEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final sun.jvm.hotspot.ui.JavaThreadsPanel this$0;
    descriptor: Lsun/jvm/hotspot/ui/JavaThreadsPanel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.jvm.hotspot.ui.JavaThreadsPanel, javax.swing.JTable);
    descriptor: (Lsun/jvm/hotspot/ui/JavaThreadsPanel;Ljavax/swing/JTable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
        start local 2 // javax.swing.JTable table
         0: .line 127
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.this$0:Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            aload 0 /* this */
            invokespecial javax.swing.JPanel.<init>:()V
         1: .line 124
            aload 0 /* this */
            iconst_m1
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerLocation:I
         2: .line 125
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.actionsEnabled:Z
         3: .line 128
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.setLayout:(Ljava/awt/LayoutManager;)V
         4: .line 129
            aload 0 /* this */
            new sun.jvm.hotspot.ui.ThreadInfoPanel
            dup
            invokespecial sun.jvm.hotspot.ui.ThreadInfoPanel.<init>:()V
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadInfo:Lsun/jvm/hotspot/ui/ThreadInfoPanel;
         5: .line 130
            aload 0 /* this */
            aload 2 /* table */
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadTable:Ljavax/swing/JTable;
         6: .line 132
            aload 0 /* this */
            new javax.swing.JSplitPane
            dup
            iconst_0
            invokespecial javax.swing.JSplitPane.<init>:(I)V
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
         7: .line 133
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            iconst_1
            invokevirtual javax.swing.JSplitPane.setOneTouchExpandable:(Z)V
         8: .line 134
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            new javax.swing.JScrollPane
            dup
            aload 2 /* table */
            invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
            invokevirtual javax.swing.JSplitPane.setTopComponent:(Ljava/awt/Component;)V
         9: .line 137
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            invokevirtual javax.swing.JSplitPane.getDividerSize:()I
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerSize:I
        10: .line 138
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            iconst_0
            invokevirtual javax.swing.JSplitPane.setDividerSize:(I)V
        11: .line 140
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            ldc "Center"
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        12: .line 144
            invokestatic sun.jvm.hotspot.ui.action.HSDBActionManager.getInstance:()Lcom/sun/java/swing/action/ActionManager;
            astore 3 /* manager */
        start local 3 // com.sun.java.swing.action.ActionManager manager
        13: .line 145
            aload 3 /* manager */
            ldc "thread-info-command"
            invokevirtual com.sun.java.swing.action.ActionManager.getStateChangeAction:(Ljava/lang/String;)Lcom/sun/java/swing/action/StateChangeAction;
            astore 4 /* action */
        start local 4 // com.sun.java.swing.action.StateChangeAction action
        14: .line 146
            aload 4 /* action */
            ifnull 16
        15: .line 147
            aload 4 /* action */
            new sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$1.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;)V
            invokevirtual com.sun.java.swing.action.StateChangeAction.setItemListener:(Ljava/awt/event/ItemListener;)V
        16: .line 160
      StackMap locals: sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel sun.jvm.hotspot.ui.JavaThreadsPanel javax.swing.JTable com.sun.java.swing.action.ActionManager com.sun.java.swing.action.StateChangeAction
      StackMap stack:
            aload 2 /* table */
            invokevirtual javax.swing.JTable.getSelectionModel:()Ljavax/swing/ListSelectionModel;
            astore 5 /* selModel */
        start local 5 // javax.swing.ListSelectionModel selModel
        17: .line 161
            aload 5 /* selModel */
            new sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;)V
            invokeinterface javax.swing.ListSelectionModel.addListSelectionListener:(Ljavax/swing/event/ListSelectionListener;)V
        18: .line 171
            return
        end local 5 // javax.swing.ListSelectionModel selModel
        end local 4 // com.sun.java.swing.action.StateChangeAction action
        end local 3 // com.sun.java.swing.action.ActionManager manager
        end local 2 // javax.swing.JTable table
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
            0   19     2     table  Ljavax/swing/JTable;
           13   19     3   manager  Lcom/sun/java/swing/action/ActionManager;
           14   19     4    action  Lcom/sun/java/swing/action/StateChangeAction;
           17   19     5  selModel  Ljavax/swing/ListSelectionModel;
    MethodParameters:
        Name  Flags
      this$0  final
      table   

  private boolean isInfoVisible();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
         0: .line 177
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            invokevirtual javax.swing.JSplitPane.getBottomComponent:()Ljava/awt/Component;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;

  private void showOutputPane();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
         0: .line 181
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            invokevirtual javax.swing.JSplitPane.getBottomComponent:()Ljava/awt/Component;
            ifnonnull 8
         1: .line 182
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadInfo:Lsun/jvm/hotspot/ui/ThreadInfoPanel;
            invokevirtual javax.swing.JSplitPane.setBottomComponent:(Ljava/awt/Component;)V
         2: .line 184
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerLocation:I
            iconst_m1
            if_icmpne 5
         3: .line 186
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.getSize:()Ljava/awt/Dimension;
            astore 1 /* pSize */
        start local 1 // java.awt.Dimension pSize
         4: .line 187
            aload 0 /* this */
            aload 1 /* pSize */
            getfield java.awt.Dimension.height:I
            iconst_2
            idiv
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerLocation:I
        end local 1 // java.awt.Dimension pSize
         5: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerSize:I
            invokevirtual javax.swing.JSplitPane.setDividerSize:(I)V
         6: .line 191
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerLocation:I
            invokevirtual javax.swing.JSplitPane.setDividerLocation:(I)V
         7: .line 192
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.showCurrentThreadInfo:()V
         8: .line 194
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
            4    5     1  pSize  Ljava/awt/Dimension;

  private void hideOutputPane();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
         0: .line 197
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            invokevirtual javax.swing.JSplitPane.getDividerLocation:()I
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerLocation:I
         1: .line 198
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadInfo:Lsun/jvm/hotspot/ui/ThreadInfoPanel;
            invokevirtual javax.swing.JSplitPane.remove:(Ljava/awt/Component;)V
         2: .line 199
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
            iconst_0
            invokevirtual javax.swing.JSplitPane.setDividerSize:(I)V
         3: .line 200
            return
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;

  private void showCurrentThreadInfo();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
         0: .line 203
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadTable:Ljavax/swing/JTable;
            invokevirtual javax.swing.JTable.getSelectedRow:()I
            istore 1 /* row */
        start local 1 // int row
         1: .line 204
            iload 1 /* row */
            iflt 3
         2: .line 205
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadInfo:Lsun/jvm/hotspot/ui/ThreadInfoPanel;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.this$0:Lsun/jvm/hotspot/ui/JavaThreadsPanel;
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel.dataModel:Lsun/jvm/hotspot/ui/JavaThreadsPanel$JavaThreadsTableModel;
            iload 1 /* row */
            invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel.getJavaThread:(I)Lsun/jvm/hotspot/runtime/JavaThread;
            invokevirtual sun.jvm.hotspot.ui.ThreadInfoPanel.setJavaThread:(Lsun/jvm/hotspot/runtime/JavaThread;)V
         3: .line 207
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int row
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
            1    4     1   row  I

  private void setActionsEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
        start local 1 // boolean enabled
         0: .line 210
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.actionsEnabled:Z
            iload 1 /* enabled */
            if_icmpeq 6
         1: .line 211
            invokestatic com.sun.java.swing.action.ActionManager.getInstance:()Lcom/sun/java/swing/action/ActionManager;
            astore 2 /* manager */
        start local 2 // com.sun.java.swing.action.ActionManager manager
         2: .line 212
            aload 2 /* manager */
            ldc "inspect-command"
            iload 1 /* enabled */
            invokevirtual com.sun.java.swing.action.ActionManager.setActionEnabled:(Ljava/lang/String;Z)V
         3: .line 213
            aload 2 /* manager */
            ldc "memory-command"
            iload 1 /* enabled */
            invokevirtual com.sun.java.swing.action.ActionManager.setActionEnabled:(Ljava/lang/String;Z)V
         4: .line 214
            aload 2 /* manager */
            ldc "jstack-command"
            iload 1 /* enabled */
            invokevirtual com.sun.java.swing.action.ActionManager.setActionEnabled:(Ljava/lang/String;Z)V
         5: .line 215
            aload 0 /* this */
            iload 1 /* enabled */
            putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.actionsEnabled:Z
        end local 2 // com.sun.java.swing.action.ActionManager manager
         6: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean enabled
        end local 0 // sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
            0    7     1  enabled  Z
            2    6     2  manager  Lcom/sun/java/swing/action/ActionManager;
    MethodParameters:
         Name  Flags
      enabled  
}
SourceFile: "JavaThreadsPanel.java"
NestHost: sun.jvm.hotspot.ui.JavaThreadsPanel
InnerClasses:
  private JavaThreadsTableModel = sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel of sun.jvm.hotspot.ui.JavaThreadsPanel
  private ThreadPanel = sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel of sun.jvm.hotspot.ui.JavaThreadsPanel
  sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$1
  sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2