class sun.tools.jconsole.OutputViewer$1 extends java.awt.event.WindowAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.jconsole.OutputViewer$1
  super_class: java.awt.event.WindowAdapter
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.OutputViewer$1 this
         0: .line 66
            aload 0 /* this */
            invokespecial java.awt.event.WindowAdapter.<init>:()V
            return
        end local 0 // sun.tools.jconsole.OutputViewer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jconsole/OutputViewer$1;

  public void windowClosing(java.awt.event.WindowEvent);
    descriptor: (Ljava/awt/event/WindowEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.OutputViewer$1 this
        start local 1 // java.awt.event.WindowEvent e
         0: .line 68
            invokestatic javax.swing.JFrame.getFrames:()[Ljava/awt/Frame;
            arraylength
            iconst_1
            if_icmpne 2
         1: .line 69
            iconst_0
            invokestatic java.lang.System.exit:(I)V
         2: .line 71
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.event.WindowEvent e
        end local 0 // sun.tools.jconsole.OutputViewer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/tools/jconsole/OutputViewer$1;
            0    3     1     e  Ljava/awt/event/WindowEvent;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "OutputViewer.java"
EnclosingMethod: sun.tools.jconsole.OutputViewer.append:(Ljava/lang/String;)V
NestHost: sun.tools.jconsole.OutputViewer
InnerClasses:
  sun.tools.jconsole.OutputViewer$1