public class sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel extends javax.swing.JPanel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel
  super_class: javax.swing.JPanel
{
  protected sun.jvm.hotspot.ui.SAEditorPane contentEditor;
    descriptor: Lsun/jvm/hotspot/ui/SAEditorPane;
    flags: (0x0004) ACC_PROTECTED

  protected sun.jvm.hotspot.ui.HistoryComboBox address;
    descriptor: Lsun/jvm/hotspot/ui/HistoryComboBox;
    flags: (0x0004) ACC_PROTECTED

  protected sun.jvm.hotspot.ui.classbrowser.HTMLGenerator htmlGen;
    descriptor: Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
    flags: (0x0004) ACC_PROTECTED

  protected javax.swing.JScrollPane scrollPane;
    descriptor: Ljavax/swing/JScrollPane;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel this
         0: .line 44
            aload 0 /* this */
            invokespecial javax.swing.JPanel.<init>:()V
         1: .line 45
            aload 0 /* this */
            new sun.jvm.hotspot.ui.classbrowser.HTMLGenerator
            dup
            invokespecial sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.<init>:()V
            putfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.htmlGen:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
         2: .line 46
            aload 0 /* this */
            new sun.jvm.hotspot.ui.SAEditorPane
            dup
            invokespecial sun.jvm.hotspot.ui.SAEditorPane.<init>:()V
            putfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
         3: .line 48
            new sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel$1.<init>:(Lsun/jvm/hotspot/ui/classbrowser/CodeViewerPanel;)V
            astore 1 /* hyperListener */
        start local 1 // javax.swing.event.HyperlinkListener hyperListener
         4: .line 65
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.setLayout:(Ljava/awt/LayoutManager;)V
         5: .line 67
            new javax.swing.JPanel
            dup
            invokespecial javax.swing.JPanel.<init>:()V
            astore 2 /* topPanel */
        start local 2 // javax.swing.JPanel topPanel
         6: .line 68
            aload 2 /* topPanel */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
         7: .line 69
            aload 2 /* topPanel */
            new javax.swing.JLabel
            dup
            ldc "Enter PC or Method*/Klass* Address: "
            invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;)V
            ldc "West"
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
         8: .line 70
            aload 0 /* this */
            new sun.jvm.hotspot.ui.HistoryComboBox
            dup
            invokespecial sun.jvm.hotspot.ui.HistoryComboBox.<init>:()V
            putfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.address:Lsun/jvm/hotspot/ui/HistoryComboBox;
         9: .line 71
            aload 2 /* topPanel */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.address:Lsun/jvm/hotspot/ui/HistoryComboBox;
            ldc "Center"
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        10: .line 73
            new javax.swing.JPanel
            dup
            invokespecial javax.swing.JPanel.<init>:()V
            astore 3 /* bottomPanel */
        start local 3 // javax.swing.JPanel bottomPanel
        11: .line 74
            aload 3 /* bottomPanel */
            new java.awt.GridLayout
            dup
            iconst_1
            iconst_1
            invokespecial java.awt.GridLayout.<init>:(II)V
            invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
        12: .line 75
            aload 0 /* this */
            new sun.jvm.hotspot.ui.SAEditorPane
            dup
            invokespecial sun.jvm.hotspot.ui.SAEditorPane.<init>:()V
            putfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
        13: .line 76
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            aload 1 /* hyperListener */
            invokevirtual sun.jvm.hotspot.ui.SAEditorPane.addHyperlinkListener:(Ljavax/swing/event/HyperlinkListener;)V
        14: .line 77
            aload 0 /* this */
            new javax.swing.JScrollPane
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
            putfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.scrollPane:Ljavax/swing/JScrollPane;
        15: .line 78
            aload 3 /* bottomPanel */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.scrollPane:Ljavax/swing/JScrollPane;
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        16: .line 80
            aload 0 /* this */
            aload 2 /* topPanel */
            ldc "North"
            invokevirtual sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        17: .line 81
            aload 0 /* this */
            aload 3 /* bottomPanel */
            ldc "Center"
            invokevirtual sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        18: .line 83
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.address:Lsun/jvm/hotspot/ui/HistoryComboBox;
            new sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel$2
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel$2.<init>:(Lsun/jvm/hotspot/ui/classbrowser/CodeViewerPanel;)V
            invokevirtual sun.jvm.hotspot.ui.HistoryComboBox.addActionListener:(Ljava/awt/event/ActionListener;)V
        19: .line 89
            return
        end local 3 // javax.swing.JPanel bottomPanel
        end local 2 // javax.swing.JPanel topPanel
        end local 1 // javax.swing.event.HyperlinkListener hyperListener
        end local 0 // sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0           this  Lsun/jvm/hotspot/ui/classbrowser/CodeViewerPanel;
            4   20     1  hyperListener  Ljavax/swing/event/HyperlinkListener;
            6   20     2       topPanel  Ljavax/swing/JPanel;
           11   20     3    bottomPanel  Ljavax/swing/JPanel;

  private void viewAddress();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel this
         0: .line 92
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.address:Lsun/jvm/hotspot/ui/HistoryComboBox;
            invokevirtual sun.jvm.hotspot.ui.HistoryComboBox.getText:()Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.address:Lsun/jvm/hotspot/ui/HistoryComboBox;
            invokevirtual sun.jvm.hotspot.ui.HistoryComboBox.getText:()Ljava/lang/String;
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 93
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.htmlGen:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.address:Lsun/jvm/hotspot/ui/HistoryComboBox;
            invokevirtual sun.jvm.hotspot.ui.HistoryComboBox.getText:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTMLForAddress:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.ui.SAEditorPane.setText:(Ljava/lang/String;)V
         2: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/ui/classbrowser/CodeViewerPanel;

  public void viewAddress(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 98
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.address:Lsun/jvm/hotspot/ui/HistoryComboBox;
            aload 1 /* addr */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.ui.HistoryComboBox.setText:(Ljava/lang/String;)V
         1: .line 99
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel.viewAddress:()V
         2: .line 100
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/ui/classbrowser/CodeViewerPanel;
            0    3     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  
}
SourceFile: "CodeViewerPanel.java"
NestMembers:
  sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel$1  sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel$2
InnerClasses:
  sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel$1
  sun.jvm.hotspot.ui.classbrowser.CodeViewerPanel$2