public class sun.jvm.hotspot.ui.JavaStackTracePanel extends javax.swing.JPanel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.JavaStackTracePanel
  super_class: javax.swing.JPanel
{
  private javax.swing.JSplitPane splitPane;
    descriptor: Ljavax/swing/JSplitPane;
    flags: (0x0002) ACC_PRIVATE

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

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

  private sun.jvm.hotspot.ui.classbrowser.HTMLGenerator htmlGen;
    descriptor: Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaStackTracePanel this
         0: .line 42
            aload 0 /* this */
            invokespecial javax.swing.JPanel.<init>:()V
         1: .line 40
            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.JavaStackTracePanel.htmlGen:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
         2: .line 43
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.JavaStackTracePanel.initUI:()V
         3: .line 44
            return
        end local 0 // sun.jvm.hotspot.ui.JavaStackTracePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/ui/JavaStackTracePanel;

  private void initUI();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.ui.JavaStackTracePanel this
         0: .line 47
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual sun.jvm.hotspot.ui.JavaStackTracePanel.setLayout:(Ljava/awt/LayoutManager;)V
         1: .line 48
            new sun.jvm.hotspot.ui.JavaStackTracePanel$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.JavaStackTracePanel$1.<init>:(Lsun/jvm/hotspot/ui/JavaStackTracePanel;)V
            astore 1 /* hyperListener */
        start local 1 // javax.swing.event.HyperlinkListener hyperListener
         2: .line 56
            aload 0 /* this */
            new sun.jvm.hotspot.ui.SAEditorPane
            dup
            invokespecial sun.jvm.hotspot.ui.SAEditorPane.<init>:()V
            putfield sun.jvm.hotspot.ui.JavaStackTracePanel.stackTraceEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
         3: .line 57
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaStackTracePanel.stackTraceEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            aload 1 /* hyperListener */
            invokevirtual sun.jvm.hotspot.ui.SAEditorPane.addHyperlinkListener:(Ljavax/swing/event/HyperlinkListener;)V
         4: .line 59
            aload 0 /* this */
            new sun.jvm.hotspot.ui.SAEditorPane
            dup
            invokespecial sun.jvm.hotspot.ui.SAEditorPane.<init>:()V
            putfield sun.jvm.hotspot.ui.JavaStackTracePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
         5: .line 60
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaStackTracePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            aload 1 /* hyperListener */
            invokevirtual sun.jvm.hotspot.ui.SAEditorPane.addHyperlinkListener:(Ljavax/swing/event/HyperlinkListener;)V
         6: .line 62
            new javax.swing.JPanel
            dup
            invokespecial javax.swing.JPanel.<init>:()V
            astore 2 /* topPanel */
        start local 2 // javax.swing.JPanel topPanel
         7: .line 63
            aload 2 /* topPanel */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
         8: .line 64
            aload 2 /* topPanel */
            new javax.swing.JScrollPane
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaStackTracePanel.stackTraceEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
            ldc "Center"
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
         9: .line 66
            new javax.swing.JPanel
            dup
            invokespecial javax.swing.JPanel.<init>:()V
            astore 3 /* bottomPanel */
        start local 3 // javax.swing.JPanel bottomPanel
        10: .line 67
            aload 3 /* bottomPanel */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
        11: .line 68
            aload 3 /* bottomPanel */
            new javax.swing.JScrollPane
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaStackTracePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
            ldc "Center"
            invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        12: .line 70
            aload 0 /* this */
            new javax.swing.JSplitPane
            dup
            iconst_0
            aload 2 /* topPanel */
            aload 3 /* bottomPanel */
            invokespecial javax.swing.JSplitPane.<init>:(ILjava/awt/Component;Ljava/awt/Component;)V
            putfield sun.jvm.hotspot.ui.JavaStackTracePanel.splitPane:Ljavax/swing/JSplitPane;
        13: .line 71
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaStackTracePanel.splitPane:Ljavax/swing/JSplitPane;
            ldc 0.4
            invokevirtual javax.swing.JSplitPane.setDividerLocation:(D)V
        14: .line 73
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual sun.jvm.hotspot.ui.JavaStackTracePanel.setLayout:(Ljava/awt/LayoutManager;)V
        15: .line 74
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaStackTracePanel.splitPane:Ljavax/swing/JSplitPane;
            ldc "Center"
            invokevirtual sun.jvm.hotspot.ui.JavaStackTracePanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        16: .line 75
            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.JavaStackTracePanel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lsun/jvm/hotspot/ui/JavaStackTracePanel;
            2   17     1  hyperListener  Ljavax/swing/event/HyperlinkListener;
            7   17     2       topPanel  Ljavax/swing/JPanel;
           10   17     3    bottomPanel  Ljavax/swing/JPanel;

  public void setJavaThread(sun.jvm.hotspot.runtime.JavaThread);
    descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.JavaStackTracePanel this
        start local 1 // sun.jvm.hotspot.runtime.JavaThread thread
         0: .line 78
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaStackTracePanel.htmlGen:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
            aload 1 /* thread */
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTMLForJavaStackTrace:(Lsun/jvm/hotspot/runtime/JavaThread;)Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.ui.JavaStackTracePanel.setStackTraceText:(Ljava/lang/String;)V
         1: .line 79
            return
        end local 1 // sun.jvm.hotspot.runtime.JavaThread thread
        end local 0 // sun.jvm.hotspot.ui.JavaStackTracePanel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/ui/JavaStackTracePanel;
            0    2     1  thread  Lsun/jvm/hotspot/runtime/JavaThread;
    MethodParameters:
        Name  Flags
      thread  final

  private void setStackTraceText(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.JavaStackTracePanel this
        start local 1 // java.lang.String text
         0: .line 82
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaStackTracePanel.stackTraceEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            aload 1 /* text */
            invokevirtual sun.jvm.hotspot.ui.SAEditorPane.setText:(Ljava/lang/String;)V
         1: .line 83
            return
        end local 1 // java.lang.String text
        end local 0 // sun.jvm.hotspot.ui.JavaStackTracePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/JavaStackTracePanel;
            0    2     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  private void setContentText(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.JavaStackTracePanel this
        start local 1 // java.lang.String text
         0: .line 86
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.JavaStackTracePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
            aload 1 /* text */
            invokevirtual sun.jvm.hotspot.ui.SAEditorPane.setText:(Ljava/lang/String;)V
         1: .line 87
            return
        end local 1 // java.lang.String text
        end local 0 // sun.jvm.hotspot.ui.JavaStackTracePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/JavaStackTracePanel;
            0    2     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  
}
SourceFile: "JavaStackTracePanel.java"
NestMembers:
  sun.jvm.hotspot.ui.JavaStackTracePanel$1
InnerClasses:
  sun.jvm.hotspot.ui.JavaStackTracePanel$1