class javax.swing.DebugGraphicsInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.DebugGraphicsInfo
  super_class: java.lang.Object
{
  java.awt.Color flashColor;
    descriptor: Ljava/awt/Color;
    flags: (0x0000) 

  int flashTime;
    descriptor: I
    flags: (0x0000) 

  int flashCount;
    descriptor: I
    flags: (0x0000) 

  java.util.Hashtable<javax.swing.JComponent, java.lang.Integer> componentToDebug;
    descriptor: Ljava/util/Hashtable;
    flags: (0x0000) 
    Signature: Ljava/util/Hashtable<Ljavax/swing/JComponent;Ljava/lang/Integer;>;

  javax.swing.JFrame debugFrame;
    descriptor: Ljavax/swing/JFrame;
    flags: (0x0000) 

  java.io.PrintStream stream;
    descriptor: Ljava/io/PrintStream;
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.DebugGraphicsInfo this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            getstatic java.awt.Color.red:Ljava/awt/Color;
            putfield javax.swing.DebugGraphicsInfo.flashColor:Ljava/awt/Color;
         2: .line 38
            aload 0 /* this */
            bipush 100
            putfield javax.swing.DebugGraphicsInfo.flashTime:I
         3: .line 39
            aload 0 /* this */
            iconst_2
            putfield javax.swing.DebugGraphicsInfo.flashCount:I
         4: .line 41
            aload 0 /* this */
            aconst_null
            putfield javax.swing.DebugGraphicsInfo.debugFrame:Ljavax/swing/JFrame;
         5: .line 42
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            putfield javax.swing.DebugGraphicsInfo.stream:Ljava/io/PrintStream;
         6: .line 36
            return
        end local 0 // javax.swing.DebugGraphicsInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavax/swing/DebugGraphicsInfo;

  void setDebugOptions(javax.swing.JComponent, int);
    descriptor: (Ljavax/swing/JComponent;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.swing.DebugGraphicsInfo this
        start local 1 // javax.swing.JComponent component
        start local 2 // int debug
         0: .line 45
            iload 2 /* debug */
            ifne 2
         1: .line 46
            return
         2: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.DebugGraphicsInfo.componentToDebug:Ljava/util/Hashtable;
            ifnonnull 4
         3: .line 49
            aload 0 /* this */
            new java.util.Hashtable
            dup
            invokespecial java.util.Hashtable.<init>:()V
            putfield javax.swing.DebugGraphicsInfo.componentToDebug:Ljava/util/Hashtable;
         4: .line 51
      StackMap locals:
      StackMap stack:
            iload 2 /* debug */
            ifle 7
         5: .line 52
            aload 0 /* this */
            getfield javax.swing.DebugGraphicsInfo.componentToDebug:Ljava/util/Hashtable;
            aload 1 /* component */
            iload 2 /* debug */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 53
            goto 8
         7: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.DebugGraphicsInfo.componentToDebug:Ljava/util/Hashtable;
            aload 1 /* component */
            invokevirtual java.util.Hashtable.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 56
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int debug
        end local 1 // javax.swing.JComponent component
        end local 0 // javax.swing.DebugGraphicsInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Ljavax/swing/DebugGraphicsInfo;
            0    9     1  component  Ljavax/swing/JComponent;
            0    9     2      debug  I
    MethodParameters:
           Name  Flags
      component  
      debug      

  int getDebugOptions(javax.swing.JComponent);
    descriptor: (Ljavax/swing/JComponent;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.DebugGraphicsInfo this
        start local 1 // javax.swing.JComponent component
         0: .line 59
            aload 0 /* this */
            getfield javax.swing.DebugGraphicsInfo.componentToDebug:Ljava/util/Hashtable;
            ifnonnull 2
         1: .line 60
            iconst_0
            ireturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.DebugGraphicsInfo.componentToDebug:Ljava/util/Hashtable;
            aload 1 /* component */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 2 /* integer */
        start local 2 // java.lang.Integer integer
         3: .line 64
            aload 2 /* integer */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals: java.lang.Integer
      StackMap stack:
         4: aload 2 /* integer */
            invokevirtual java.lang.Integer.intValue:()I
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 2 // java.lang.Integer integer
        end local 1 // javax.swing.JComponent component
        end local 0 // javax.swing.DebugGraphicsInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljavax/swing/DebugGraphicsInfo;
            0    6     1  component  Ljavax/swing/JComponent;
            3    6     2    integer  Ljava/lang/Integer;
    MethodParameters:
           Name  Flags
      component  

  void log(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.DebugGraphicsInfo this
        start local 1 // java.lang.String string
         0: .line 69
            aload 0 /* this */
            getfield javax.swing.DebugGraphicsInfo.stream:Ljava/io/PrintStream;
            aload 1 /* string */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 70
            return
        end local 1 // java.lang.String string
        end local 0 // javax.swing.DebugGraphicsInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/DebugGraphicsInfo;
            0    2     1  string  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      string  
}
SourceFile: "DebugGraphicsInfo.java"