public class javax.swing.border.CompoundBorder extends javax.swing.border.AbstractBorder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.border.CompoundBorder
  super_class: javax.swing.border.AbstractBorder
{
  protected javax.swing.border.Border outsideBorder;
    descriptor: Ljavax/swing/border/Border;
    flags: (0x0004) ACC_PROTECTED

  protected javax.swing.border.Border insideBorder;
    descriptor: Ljavax/swing/border/Border;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.swing.border.CompoundBorder this
         0: .line 71
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
         1: .line 72
            aload 0 /* this */
            aconst_null
            putfield javax.swing.border.CompoundBorder.outsideBorder:Ljavax/swing/border/Border;
         2: .line 73
            aload 0 /* this */
            aconst_null
            putfield javax.swing.border.CompoundBorder.insideBorder:Ljavax/swing/border/Border;
         3: .line 74
            return
        end local 0 // javax.swing.border.CompoundBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/border/CompoundBorder;

  public void <init>(javax.swing.border.Border, javax.swing.border.Border);
    descriptor: (Ljavax/swing/border/Border;Ljavax/swing/border/Border;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.border.CompoundBorder this
        start local 1 // javax.swing.border.Border outsideBorder
        start local 2 // javax.swing.border.Border insideBorder
         0: .line 83
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
         1: .line 84
            aload 0 /* this */
            aload 1 /* outsideBorder */
            putfield javax.swing.border.CompoundBorder.outsideBorder:Ljavax/swing/border/Border;
         2: .line 85
            aload 0 /* this */
            aload 2 /* insideBorder */
            putfield javax.swing.border.CompoundBorder.insideBorder:Ljavax/swing/border/Border;
         3: .line 86
            return
        end local 2 // javax.swing.border.Border insideBorder
        end local 1 // javax.swing.border.Border outsideBorder
        end local 0 // javax.swing.border.CompoundBorder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Ljavax/swing/border/CompoundBorder;
            0    4     1  outsideBorder  Ljavax/swing/border/Border;
            0    4     2   insideBorder  Ljavax/swing/border/Border;
    RuntimeVisibleAnnotations: 
      java.beans.ConstructorProperties(value = {"outsideBorder", "insideBorder"})
    MethodParameters:
               Name  Flags
      outsideBorder  
      insideBorder   

  public boolean isBorderOpaque();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.CompoundBorder this
         0: .line 97
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.outsideBorder:Ljavax/swing/border/Border;
            ifnull 1
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.outsideBorder:Ljavax/swing/border/Border;
            invokeinterface javax.swing.border.Border.isBorderOpaque:()Z
            ifeq 3
         1: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.insideBorder:Ljavax/swing/border/Border;
            ifnull 2
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.insideBorder:Ljavax/swing/border/Border;
            invokeinterface javax.swing.border.Border.isBorderOpaque:()Z
            ifeq 3
         2: .line 97
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // javax.swing.border.CompoundBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/border/CompoundBorder;

  public void paintBorder(java.awt.Component, java.awt.Graphics, int, int, int, int);
    descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=12, args_size=7
        start local 0 // javax.swing.border.CompoundBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Graphics g
        start local 3 // int x
        start local 4 // int y
        start local 5 // int width
        start local 6 // int height
         0: .line 117
            iload 3 /* x */
            istore 8 /* px */
        start local 8 // int px
         1: .line 118
            iload 4 /* y */
            istore 9 /* py */
        start local 9 // int py
         2: .line 119
            iload 5 /* width */
            istore 10 /* pw */
        start local 10 // int pw
         3: .line 120
            iload 6 /* height */
            istore 11 /* ph */
        start local 11 // int ph
         4: .line 122
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.outsideBorder:Ljavax/swing/border/Border;
            ifnull 11
         5: .line 123
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.outsideBorder:Ljavax/swing/border/Border;
            aload 1 /* c */
            aload 2 /* g */
            iload 8 /* px */
            iload 9 /* py */
            iload 10 /* pw */
            iload 11 /* ph */
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
         6: .line 125
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.outsideBorder:Ljavax/swing/border/Border;
            aload 1 /* c */
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 7 /* nextInsets */
        start local 7 // java.awt.Insets nextInsets
         7: .line 126
            iload 8 /* px */
            aload 7 /* nextInsets */
            getfield java.awt.Insets.left:I
            iadd
            istore 8 /* px */
         8: .line 127
            iload 9 /* py */
            aload 7 /* nextInsets */
            getfield java.awt.Insets.top:I
            iadd
            istore 9 /* py */
         9: .line 128
            iload 10 /* pw */
            aload 7 /* nextInsets */
            getfield java.awt.Insets.right:I
            isub
            aload 7 /* nextInsets */
            getfield java.awt.Insets.left:I
            isub
            istore 10 /* pw */
        10: .line 129
            iload 11 /* ph */
            aload 7 /* nextInsets */
            getfield java.awt.Insets.bottom:I
            isub
            aload 7 /* nextInsets */
            getfield java.awt.Insets.top:I
            isub
            istore 11 /* ph */
        end local 7 // java.awt.Insets nextInsets
        11: .line 131
      StackMap locals: javax.swing.border.CompoundBorder java.awt.Component java.awt.Graphics int int int int top int int int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.insideBorder:Ljavax/swing/border/Border;
            ifnull 13
        12: .line 132
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.insideBorder:Ljavax/swing/border/Border;
            aload 1 /* c */
            aload 2 /* g */
            iload 8 /* px */
            iload 9 /* py */
            iload 10 /* pw */
            iload 11 /* ph */
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
        13: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 11 // int ph
        end local 10 // int pw
        end local 9 // int py
        end local 8 // int px
        end local 6 // int height
        end local 5 // int width
        end local 4 // int y
        end local 3 // int x
        end local 2 // java.awt.Graphics g
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.CompoundBorder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Ljavax/swing/border/CompoundBorder;
            0   14     1           c  Ljava/awt/Component;
            0   14     2           g  Ljava/awt/Graphics;
            0   14     3           x  I
            0   14     4           y  I
            0   14     5       width  I
            0   14     6      height  I
            7   11     7  nextInsets  Ljava/awt/Insets;
            1   14     8          px  I
            2   14     9          py  I
            3   14    10          pw  I
            4   14    11          ph  I
    MethodParameters:
        Name  Flags
      c       
      g       
      x       
      y       
      width   
      height  

  public java.awt.Insets getBorderInsets(java.awt.Component, java.awt.Insets);
    descriptor: (Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // javax.swing.border.CompoundBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets insets
         0: .line 144
            aload 2 /* insets */
            aload 2 /* insets */
            aload 2 /* insets */
            aload 2 /* insets */
            iconst_0
            dup_x1
            putfield java.awt.Insets.bottom:I
            dup_x1
            putfield java.awt.Insets.right:I
            dup_x1
            putfield java.awt.Insets.left:I
            putfield java.awt.Insets.top:I
         1: .line 145
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.outsideBorder:Ljavax/swing/border/Border;
            ifnull 7
         2: .line 146
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.outsideBorder:Ljavax/swing/border/Border;
            aload 1 /* c */
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 3 /* nextInsets */
        start local 3 // java.awt.Insets nextInsets
         3: .line 147
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
            aload 3 /* nextInsets */
            getfield java.awt.Insets.top:I
            iadd
            putfield java.awt.Insets.top:I
         4: .line 148
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.left:I
            aload 3 /* nextInsets */
            getfield java.awt.Insets.left:I
            iadd
            putfield java.awt.Insets.left:I
         5: .line 149
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.right:I
            aload 3 /* nextInsets */
            getfield java.awt.Insets.right:I
            iadd
            putfield java.awt.Insets.right:I
         6: .line 150
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.bottom:I
            aload 3 /* nextInsets */
            getfield java.awt.Insets.bottom:I
            iadd
            putfield java.awt.Insets.bottom:I
        end local 3 // java.awt.Insets nextInsets
         7: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.insideBorder:Ljavax/swing/border/Border;
            ifnull 13
         8: .line 153
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.insideBorder:Ljavax/swing/border/Border;
            aload 1 /* c */
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 3 /* nextInsets */
        start local 3 // java.awt.Insets nextInsets
         9: .line 154
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
            aload 3 /* nextInsets */
            getfield java.awt.Insets.top:I
            iadd
            putfield java.awt.Insets.top:I
        10: .line 155
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.left:I
            aload 3 /* nextInsets */
            getfield java.awt.Insets.left:I
            iadd
            putfield java.awt.Insets.left:I
        11: .line 156
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.right:I
            aload 3 /* nextInsets */
            getfield java.awt.Insets.right:I
            iadd
            putfield java.awt.Insets.right:I
        12: .line 157
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.bottom:I
            aload 3 /* nextInsets */
            getfield java.awt.Insets.bottom:I
            iadd
            putfield java.awt.Insets.bottom:I
        end local 3 // java.awt.Insets nextInsets
        13: .line 159
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            areturn
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.CompoundBorder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Ljavax/swing/border/CompoundBorder;
            0   14     1           c  Ljava/awt/Component;
            0   14     2      insets  Ljava/awt/Insets;
            3    7     3  nextInsets  Ljava/awt/Insets;
            9   13     3  nextInsets  Ljava/awt/Insets;
    MethodParameters:
        Name  Flags
      c       
      insets  

  public javax.swing.border.Border getOutsideBorder();
    descriptor: ()Ljavax/swing/border/Border;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.CompoundBorder this
         0: .line 168
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.outsideBorder:Ljavax/swing/border/Border;
            areturn
        end local 0 // javax.swing.border.CompoundBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/CompoundBorder;

  public javax.swing.border.Border getInsideBorder();
    descriptor: ()Ljavax/swing/border/Border;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.CompoundBorder this
         0: .line 177
            aload 0 /* this */
            getfield javax.swing.border.CompoundBorder.insideBorder:Ljavax/swing/border/Border;
            areturn
        end local 0 // javax.swing.border.CompoundBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/CompoundBorder;
}
SourceFile: "CompoundBorder.java"