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

  private final java.net.URLConnection val$conn;
    descriptor: Ljava/net/URLConnection;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(javax.swing.JEditorPane, java.net.URLConnection);
    descriptor: (Ljavax/swing/JEditorPane;Ljava/net/URLConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.JEditorPane$3 this
         0: .line 757
            aload 0 /* this */
            aload 1
            putfield javax.swing.JEditorPane$3.this$0:Ljavax/swing/JEditorPane;
            aload 0 /* this */
            aload 2
            putfield javax.swing.JEditorPane$3.val$conn:Ljava/net/URLConnection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.swing.JEditorPane$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JEditorPane$3;
    MethodParameters:
          Name  Flags
      this$0    final
      val$conn  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.JEditorPane$3 this
         0: .line 759
            aload 0 /* this */
            getfield javax.swing.JEditorPane$3.this$0:Ljavax/swing/JEditorPane;
            aload 0 /* this */
            getfield javax.swing.JEditorPane$3.val$conn:Ljava/net/URLConnection;
            invokevirtual javax.swing.JEditorPane.handleConnectionProperties:(Ljava/net/URLConnection;)V
         1: .line 760
            return
        end local 0 // javax.swing.JEditorPane$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/swing/JEditorPane$3;
}
SourceFile: "JEditorPane.java"
EnclosingMethod: javax.swing.JEditorPane.getStream:(Ljava/net/URL;)Ljava/io/InputStream;
NestHost: javax.swing.JEditorPane
InnerClasses:
  javax.swing.JEditorPane$3