class sun.applet.AppletViewer$3 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.applet.AppletViewer$3
  super_class: java.lang.Object
{
  final sun.applet.AppletViewer this$0;
    descriptor: Lsun/applet/AppletViewer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final sun.applet.AppletPanel val$p;
    descriptor: Lsun/applet/AppletPanel;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.applet.AppletViewer, sun.applet.AppletPanel);
    descriptor: (Lsun/applet/AppletViewer;Lsun/applet/AppletPanel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.applet.AppletViewer$3 this
         0: .line 849
            aload 0 /* this */
            aload 1
            putfield sun.applet.AppletViewer$3.this$0:Lsun/applet/AppletViewer;
            aload 0 /* this */
            aload 2
            putfield sun.applet.AppletViewer$3.val$p:Lsun/applet/AppletPanel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.applet.AppletViewer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/applet/AppletViewer$3;
    MethodParameters:
        Name  Flags
      this$0  final
      val$p   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.applet.AppletViewer$3 this
         0: .line 854
            aload 0 /* this */
            getfield sun.applet.AppletViewer$3.this$0:Lsun/applet/AppletViewer;
            aload 0 /* this */
            getfield sun.applet.AppletViewer$3.val$p:Lsun/applet/AppletPanel;
            invokevirtual sun.applet.AppletViewer.appletShutdown:(Lsun/applet/AppletPanel;)V
         1: .line 855
            getstatic sun.applet.AppletViewer.appletPanels:Ljava/util/Vector;
            aload 0 /* this */
            getfield sun.applet.AppletViewer$3.val$p:Lsun/applet/AppletPanel;
            invokevirtual java.util.Vector.removeElement:(Ljava/lang/Object;)Z
            pop
         2: .line 856
            aload 0 /* this */
            getfield sun.applet.AppletViewer$3.this$0:Lsun/applet/AppletViewer;
            invokevirtual sun.applet.AppletViewer.dispose:()V
         3: .line 858
            invokestatic sun.applet.AppletViewer.countApplets:()I
            ifne 5
         4: .line 859
            aload 0 /* this */
            getfield sun.applet.AppletViewer$3.this$0:Lsun/applet/AppletViewer;
            invokevirtual sun.applet.AppletViewer.appletSystemExit:()V
         5: .line 861
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.applet.AppletViewer$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/applet/AppletViewer$3;
}
SourceFile: "AppletViewer.java"
EnclosingMethod: sun.applet.AppletViewer.appletClose:()V
NestHost: sun.applet.AppletViewer
InnerClasses:
  sun.applet.AppletViewer$3