public class javax.swing.border.TitledBorder extends javax.swing.border.AbstractBorder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.border.TitledBorder
  super_class: javax.swing.border.AbstractBorder
{
  protected java.lang.String title;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

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

  protected int titlePosition;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int titleJustification;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Font titleFont;
    descriptor: Ljava/awt/Font;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.Color titleColor;
    descriptor: Ljava/awt/Color;
    flags: (0x0004) ACC_PROTECTED

  private final javax.swing.JLabel label;
    descriptor: Ljavax/swing/JLabel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final int DEFAULT_POSITION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int ABOVE_TOP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int TOP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int BELOW_TOP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int ABOVE_BOTTOM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int BOTTOM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int BELOW_BOTTOM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int DEFAULT_JUSTIFICATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int LEFT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int CENTER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int RIGHT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int LEADING;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int TRAILING;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  protected static final int EDGE_SPACING;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int TEXT_SPACING;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected static final int TEXT_INSET_H;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.lang.String title
         0: .line 135
            aload 0 /* this */
            aconst_null
            aload 1 /* title */
            iconst_4
            iconst_0
            aconst_null
            aconst_null
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;Ljava/awt/Color;)V
         1: .line 136
            return
        end local 1 // java.lang.String title
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/swing/border/TitledBorder;
            0    2     1  title  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      title  

  public void <init>(javax.swing.border.Border);
    descriptor: (Ljavax/swing/border/Border;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // javax.swing.border.Border border
         0: .line 145
            aload 0 /* this */
            aload 1 /* border */
            ldc ""
            iconst_4
            iconst_0
            aconst_null
            aconst_null
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;Ljava/awt/Color;)V
         1: .line 146
            return
        end local 1 // javax.swing.border.Border border
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/border/TitledBorder;
            0    2     1  border  Ljavax/swing/border/Border;
    MethodParameters:
        Name  Flags
      border  

  public void <init>(javax.swing.border.Border, java.lang.String);
    descriptor: (Ljavax/swing/border/Border;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // javax.swing.border.Border border
        start local 2 // java.lang.String title
         0: .line 156
            aload 0 /* this */
            aload 1 /* border */
            aload 2 /* title */
            iconst_4
            iconst_0
            aconst_null
            aconst_null
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;Ljava/awt/Color;)V
         1: .line 157
            return
        end local 2 // java.lang.String title
        end local 1 // javax.swing.border.Border border
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/border/TitledBorder;
            0    2     1  border  Ljavax/swing/border/Border;
            0    2     2   title  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      border  
      title   

  public void <init>(javax.swing.border.Border, java.lang.String, int, int);
    descriptor: (Ljavax/swing/border/Border;Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // javax.swing.border.Border border
        start local 2 // java.lang.String title
        start local 3 // int titleJustification
        start local 4 // int titlePosition
         0: .line 172
            aload 0 /* this */
            aload 1 /* border */
            aload 2 /* title */
            iload 3 /* titleJustification */
         1: .line 173
            iload 4 /* titlePosition */
            aconst_null
            aconst_null
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;Ljava/awt/Color;)V
         2: .line 174
            return
        end local 4 // int titlePosition
        end local 3 // int titleJustification
        end local 2 // java.lang.String title
        end local 1 // javax.swing.border.Border border
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Ljavax/swing/border/TitledBorder;
            0    3     1              border  Ljavax/swing/border/Border;
            0    3     2               title  Ljava/lang/String;
            0    3     3  titleJustification  I
            0    3     4       titlePosition  I
    MethodParameters:
                    Name  Flags
      border              
      title               
      titleJustification  
      titlePosition       

  public void <init>(javax.swing.border.Border, java.lang.String, int, int, java.awt.Font);
    descriptor: (Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // javax.swing.border.Border border
        start local 2 // java.lang.String title
        start local 3 // int titleJustification
        start local 4 // int titlePosition
        start local 5 // java.awt.Font titleFont
         0: .line 191
            aload 0 /* this */
            aload 1 /* border */
            aload 2 /* title */
            iload 3 /* titleJustification */
         1: .line 192
            iload 4 /* titlePosition */
            aload 5 /* titleFont */
            aconst_null
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;Ljava/awt/Color;)V
         2: .line 193
            return
        end local 5 // java.awt.Font titleFont
        end local 4 // int titlePosition
        end local 3 // int titleJustification
        end local 2 // java.lang.String title
        end local 1 // javax.swing.border.Border border
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Ljavax/swing/border/TitledBorder;
            0    3     1              border  Ljavax/swing/border/Border;
            0    3     2               title  Ljava/lang/String;
            0    3     3  titleJustification  I
            0    3     4       titlePosition  I
            0    3     5           titleFont  Ljava/awt/Font;
    MethodParameters:
                    Name  Flags
      border              
      title               
      titleJustification  
      titlePosition       
      titleFont           

  public void <init>(javax.swing.border.Border, java.lang.String, int, int, java.awt.Font, java.awt.Color);
    descriptor: (Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // javax.swing.border.Border border
        start local 2 // java.lang.String title
        start local 3 // int titleJustification
        start local 4 // int titlePosition
        start local 5 // java.awt.Font titleFont
        start local 6 // java.awt.Color titleColor
         0: .line 208
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
         1: .line 214
            aload 0 /* this */
            aload 2 /* title */
            putfield javax.swing.border.TitledBorder.title:Ljava/lang/String;
         2: .line 215
            aload 0 /* this */
            aload 1 /* border */
            putfield javax.swing.border.TitledBorder.border:Ljavax/swing/border/Border;
         3: .line 216
            aload 0 /* this */
            aload 5 /* titleFont */
            putfield javax.swing.border.TitledBorder.titleFont:Ljava/awt/Font;
         4: .line 217
            aload 0 /* this */
            aload 6 /* titleColor */
            putfield javax.swing.border.TitledBorder.titleColor:Ljava/awt/Color;
         5: .line 219
            aload 0 /* this */
            iload 3 /* titleJustification */
            invokevirtual javax.swing.border.TitledBorder.setTitleJustification:(I)V
         6: .line 220
            aload 0 /* this */
            iload 4 /* titlePosition */
            invokevirtual javax.swing.border.TitledBorder.setTitlePosition:(I)V
         7: .line 222
            aload 0 /* this */
            new javax.swing.JLabel
            dup
            invokespecial javax.swing.JLabel.<init>:()V
            putfield javax.swing.border.TitledBorder.label:Ljavax/swing/JLabel;
         8: .line 223
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.label:Ljavax/swing/JLabel;
            iconst_0
            invokevirtual javax.swing.JLabel.setOpaque:(Z)V
         9: .line 224
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.label:Ljavax/swing/JLabel;
            ldc "html"
            aconst_null
            invokevirtual javax.swing.JLabel.putClientProperty:(Ljava/lang/Object;Ljava/lang/Object;)V
        10: .line 225
            return
        end local 6 // java.awt.Color titleColor
        end local 5 // java.awt.Font titleFont
        end local 4 // int titlePosition
        end local 3 // int titleJustification
        end local 2 // java.lang.String title
        end local 1 // javax.swing.border.Border border
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   11     0                this  Ljavax/swing/border/TitledBorder;
            0   11     1              border  Ljavax/swing/border/Border;
            0   11     2               title  Ljava/lang/String;
            0   11     3  titleJustification  I
            0   11     4       titlePosition  I
            0   11     5           titleFont  Ljava/awt/Font;
            0   11     6          titleColor  Ljava/awt/Color;
    RuntimeVisibleAnnotations: 
      java.beans.ConstructorProperties(value = {"border", "title", "titleJustification", "titlePosition", "titleFont", "titleColor"})
    MethodParameters:
                    Name  Flags
      border              
      title               
      titleJustification  
      titlePosition       
      titleFont           
      titleColor          

  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=8, locals=25, args_size=7
        start local 0 // javax.swing.border.TitledBorder 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 238
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getBorder:()Ljavax/swing/border/Border;
            astore 7 /* border */
        start local 7 // javax.swing.border.Border border
         1: .line 239
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            astore 8 /* title */
        start local 8 // java.lang.String title
         2: .line 240
            aload 8 /* title */
            ifnull 77
            aload 8 /* title */
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 77
         3: .line 241
            aload 7 /* border */
            instanceof javax.swing.border.TitledBorder
            ifeq 4
            iconst_0
            goto 5
      StackMap locals: javax.swing.border.Border java.lang.String
      StackMap stack:
         4: iconst_2
      StackMap locals:
      StackMap stack: int
         5: istore 9 /* edge */
        start local 9 // int edge
         6: .line 242
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getLabel:(Ljava/awt/Component;)Ljavax/swing/JLabel;
            astore 10 /* label */
        start local 10 // javax.swing.JLabel label
         7: .line 243
            aload 10 /* label */
            invokevirtual javax.swing.JLabel.getPreferredSize:()Ljava/awt/Dimension;
            astore 11 /* size */
        start local 11 // java.awt.Dimension size
         8: .line 244
            aload 7 /* border */
            aload 1 /* c */
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            invokestatic javax.swing.border.TitledBorder.getBorderInsets:(Ljavax/swing/border/Border;Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
            astore 12 /* insets */
        start local 12 // java.awt.Insets insets
         9: .line 246
            iload 3 /* x */
            iload 9 /* edge */
            iadd
            istore 13 /* borderX */
        start local 13 // int borderX
        10: .line 247
            iload 4 /* y */
            iload 9 /* edge */
            iadd
            istore 14 /* borderY */
        start local 14 // int borderY
        11: .line 248
            iload 5 /* width */
            iload 9 /* edge */
            isub
            iload 9 /* edge */
            isub
            istore 15 /* borderW */
        start local 15 // int borderW
        12: .line 249
            iload 6 /* height */
            iload 9 /* edge */
            isub
            iload 9 /* edge */
            isub
            istore 16 /* borderH */
        start local 16 // int borderH
        13: .line 251
            iload 4 /* y */
            istore 17 /* labelY */
        start local 17 // int labelY
        14: .line 252
            aload 11 /* size */
            getfield java.awt.Dimension.height:I
            istore 18 /* labelH */
        start local 18 // int labelH
        15: .line 253
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getPosition:()I
            istore 19 /* position */
        start local 19 // int position
        16: .line 254
            iload 19 /* position */
            tableswitch { // 1 - 6
                    1: 17
                    2: 22
                    3: 29
                    4: 31
                    5: 33
                    6: 40
              default: 44
          }
        17: .line 256
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component java.awt.Graphics int int int int javax.swing.border.Border java.lang.String int javax.swing.JLabel java.awt.Dimension java.awt.Insets int int int int int int int
      StackMap stack:
            aload 12 /* insets */
            iconst_0
            putfield java.awt.Insets.left:I
        18: .line 257
            aload 12 /* insets */
            iconst_0
            putfield java.awt.Insets.right:I
        19: .line 258
            iload 14 /* borderY */
            iload 18 /* labelH */
            iload 9 /* edge */
            isub
            iadd
            istore 14 /* borderY */
        20: .line 259
            iload 16 /* borderH */
            iload 18 /* labelH */
            iload 9 /* edge */
            isub
            isub
            istore 16 /* borderH */
        21: .line 260
            goto 44
        22: .line 262
      StackMap locals:
      StackMap stack:
            aload 12 /* insets */
            iload 9 /* edge */
            aload 12 /* insets */
            getfield java.awt.Insets.top:I
            iconst_2
            idiv
            iadd
            iload 18 /* labelH */
            iconst_2
            idiv
            isub
            putfield java.awt.Insets.top:I
        23: .line 263
            aload 12 /* insets */
            getfield java.awt.Insets.top:I
            iload 9 /* edge */
            if_icmpge 27
        24: .line 264
            iload 14 /* borderY */
            aload 12 /* insets */
            getfield java.awt.Insets.top:I
            isub
            istore 14 /* borderY */
        25: .line 265
            iload 16 /* borderH */
            aload 12 /* insets */
            getfield java.awt.Insets.top:I
            iadd
            istore 16 /* borderH */
        26: .line 266
            goto 44
        27: .line 268
      StackMap locals:
      StackMap stack:
            iload 17 /* labelY */
            aload 12 /* insets */
            getfield java.awt.Insets.top:I
            iadd
            istore 17 /* labelY */
        28: .line 270
            goto 44
        29: .line 272
      StackMap locals:
      StackMap stack:
            iload 17 /* labelY */
            aload 12 /* insets */
            getfield java.awt.Insets.top:I
            iload 9 /* edge */
            iadd
            iadd
            istore 17 /* labelY */
        30: .line 273
            goto 44
        31: .line 275
      StackMap locals:
      StackMap stack:
            iload 17 /* labelY */
            iload 6 /* height */
            iload 18 /* labelH */
            isub
            aload 12 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            iload 9 /* edge */
            isub
            iadd
            istore 17 /* labelY */
        32: .line 276
            goto 44
        33: .line 278
      StackMap locals:
      StackMap stack:
            iload 17 /* labelY */
            iload 6 /* height */
            iload 18 /* labelH */
            isub
            iadd
            istore 17 /* labelY */
        34: .line 279
            aload 12 /* insets */
            iload 9 /* edge */
            aload 12 /* insets */
            getfield java.awt.Insets.bottom:I
            iload 18 /* labelH */
            isub
            iconst_2
            idiv
            iadd
            putfield java.awt.Insets.bottom:I
        35: .line 280
            aload 12 /* insets */
            getfield java.awt.Insets.bottom:I
            iload 9 /* edge */
            if_icmpge 38
        36: .line 281
            iload 16 /* borderH */
            aload 12 /* insets */
            getfield java.awt.Insets.bottom:I
            iadd
            istore 16 /* borderH */
        37: .line 282
            goto 44
        38: .line 284
      StackMap locals:
      StackMap stack:
            iload 17 /* labelY */
            aload 12 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            istore 17 /* labelY */
        39: .line 286
            goto 44
        40: .line 288
      StackMap locals:
      StackMap stack:
            aload 12 /* insets */
            iconst_0
            putfield java.awt.Insets.left:I
        41: .line 289
            aload 12 /* insets */
            iconst_0
            putfield java.awt.Insets.right:I
        42: .line 290
            iload 17 /* labelY */
            iload 6 /* height */
            iload 18 /* labelH */
            isub
            iadd
            istore 17 /* labelY */
        43: .line 291
            iload 16 /* borderH */
            iload 18 /* labelH */
            iload 9 /* edge */
            isub
            isub
            istore 16 /* borderH */
        44: .line 293
      StackMap locals:
      StackMap stack:
            aload 12 /* insets */
            dup
            getfield java.awt.Insets.left:I
        45: .line 294
            iload 9 /* edge */
            iconst_5
            iadd
            iadd
            putfield java.awt.Insets.left:I
        46: .line 295
            aload 12 /* insets */
            dup
            getfield java.awt.Insets.right:I
            iload 9 /* edge */
            iconst_5
            iadd
            iadd
            putfield java.awt.Insets.right:I
        47: .line 297
            iload 3 /* x */
            istore 20 /* labelX */
        start local 20 // int labelX
        48: .line 298
            iload 5 /* width */
            aload 12 /* insets */
            getfield java.awt.Insets.left:I
            isub
            aload 12 /* insets */
            getfield java.awt.Insets.right:I
            isub
            istore 21 /* labelW */
        start local 21 // int labelW
        49: .line 299
            iload 21 /* labelW */
            aload 11 /* size */
            getfield java.awt.Dimension.width:I
            if_icmple 51
        50: .line 300
            aload 11 /* size */
            getfield java.awt.Dimension.width:I
            istore 21 /* labelW */
        51: .line 302
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getJustification:(Ljava/awt/Component;)I
            tableswitch { // 1 - 3
                    1: 52
                    2: 56
                    3: 54
              default: 57
          }
        52: .line 304
      StackMap locals:
      StackMap stack:
            iload 20 /* labelX */
            aload 12 /* insets */
            getfield java.awt.Insets.left:I
            iadd
            istore 20 /* labelX */
        53: .line 305
            goto 57
        54: .line 307
      StackMap locals:
      StackMap stack:
            iload 20 /* labelX */
            iload 5 /* width */
            aload 12 /* insets */
            getfield java.awt.Insets.right:I
            isub
            iload 21 /* labelW */
            isub
            iadd
            istore 20 /* labelX */
        55: .line 308
            goto 57
        56: .line 310
      StackMap locals:
      StackMap stack:
            iload 20 /* labelX */
            iload 5 /* width */
            iload 21 /* labelW */
            isub
            iconst_2
            idiv
            iadd
            istore 20 /* labelX */
        57: .line 314
      StackMap locals:
      StackMap stack:
            aload 7 /* border */
            ifnull 72
        58: .line 315
            iload 19 /* position */
            iconst_2
            if_icmpeq 61
            iload 19 /* position */
            iconst_5
            if_icmpeq 61
        59: .line 316
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            iload 13 /* borderX */
            iload 14 /* borderY */
            iload 15 /* borderW */
            iload 16 /* borderH */
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
        60: .line 317
            goto 72
        61: .line 319
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            invokevirtual java.awt.Graphics.create:()Ljava/awt/Graphics;
            astore 22 /* g2 */
        start local 22 // java.awt.Graphics g2
        62: .line 320
            aload 22 /* g2 */
            instanceof java.awt.Graphics2D
            ifeq 70
        63: .line 321
            aload 22 /* g2 */
            checkcast java.awt.Graphics2D
            astore 23 /* g2d */
        start local 23 // java.awt.Graphics2D g2d
        64: .line 322
            new java.awt.geom.Path2D$Float
            dup
            invokespecial java.awt.geom.Path2D$Float.<init>:()V
            astore 24 /* path */
        start local 24 // java.awt.geom.Path2D path
        65: .line 323
            aload 24 /* path */
            new java.awt.Rectangle
            dup
            iload 13 /* borderX */
            iload 14 /* borderY */
            iload 15 /* borderW */
            iload 17 /* labelY */
            iload 14 /* borderY */
            isub
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            iconst_0
            invokevirtual java.awt.geom.Path2D.append:(Ljava/awt/Shape;Z)V
        66: .line 324
            aload 24 /* path */
            new java.awt.Rectangle
            dup
            iload 13 /* borderX */
            iload 17 /* labelY */
            iload 20 /* labelX */
            iload 13 /* borderX */
            isub
            iconst_2
            isub
            iload 18 /* labelH */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            iconst_0
            invokevirtual java.awt.geom.Path2D.append:(Ljava/awt/Shape;Z)V
        67: .line 325
            aload 24 /* path */
            new java.awt.Rectangle
            dup
            iload 20 /* labelX */
            iload 21 /* labelW */
            iadd
            iconst_2
            iadd
            iload 17 /* labelY */
            iload 13 /* borderX */
            iload 20 /* labelX */
            isub
            iload 15 /* borderW */
            iadd
            iload 21 /* labelW */
            isub
            iconst_2
            isub
            iload 18 /* labelH */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            iconst_0
            invokevirtual java.awt.geom.Path2D.append:(Ljava/awt/Shape;Z)V
        68: .line 326
            aload 24 /* path */
            new java.awt.Rectangle
            dup
            iload 13 /* borderX */
            iload 17 /* labelY */
            iload 18 /* labelH */
            iadd
            iload 15 /* borderW */
            iload 14 /* borderY */
            iload 17 /* labelY */
            isub
            iload 16 /* borderH */
            iadd
            iload 18 /* labelH */
            isub
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            iconst_0
            invokevirtual java.awt.geom.Path2D.append:(Ljava/awt/Shape;Z)V
        69: .line 327
            aload 23 /* g2d */
            aload 24 /* path */
            invokevirtual java.awt.Graphics2D.clip:(Ljava/awt/Shape;)V
        end local 24 // java.awt.geom.Path2D path
        end local 23 // java.awt.Graphics2D g2d
        70: .line 329
      StackMap locals: java.awt.Graphics
      StackMap stack:
            aload 7 /* border */
            aload 1 /* c */
            aload 22 /* g2 */
            iload 13 /* borderX */
            iload 14 /* borderY */
            iload 15 /* borderW */
            iload 16 /* borderH */
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
        71: .line 330
            aload 22 /* g2 */
            invokevirtual java.awt.Graphics.dispose:()V
        end local 22 // java.awt.Graphics g2
        72: .line 333
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            iload 20 /* labelX */
            iload 17 /* labelY */
            invokevirtual java.awt.Graphics.translate:(II)V
        73: .line 334
            aload 10 /* label */
            iload 21 /* labelW */
            iload 18 /* labelH */
            invokevirtual javax.swing.JLabel.setSize:(II)V
        74: .line 335
            aload 10 /* label */
            aload 2 /* g */
            invokevirtual javax.swing.JLabel.paint:(Ljava/awt/Graphics;)V
        75: .line 336
            aload 2 /* g */
            iload 20 /* labelX */
            ineg
            iload 17 /* labelY */
            ineg
            invokevirtual java.awt.Graphics.translate:(II)V
        end local 21 // int labelW
        end local 20 // int labelX
        end local 19 // int position
        end local 18 // int labelH
        end local 17 // int labelY
        end local 16 // int borderH
        end local 15 // int borderW
        end local 14 // int borderY
        end local 13 // int borderX
        end local 12 // java.awt.Insets insets
        end local 11 // java.awt.Dimension size
        end local 10 // javax.swing.JLabel label
        end local 9 // int edge
        76: .line 337
            goto 79
        77: .line 338
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component java.awt.Graphics int int int int javax.swing.border.Border java.lang.String
      StackMap stack:
            aload 7 /* border */
            ifnull 79
        78: .line 339
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            iload 3 /* x */
            iload 4 /* y */
            iload 5 /* width */
            iload 6 /* height */
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
        79: .line 341
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.lang.String title
        end local 7 // javax.swing.border.Border border
        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.TitledBorder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   80     0      this  Ljavax/swing/border/TitledBorder;
            0   80     1         c  Ljava/awt/Component;
            0   80     2         g  Ljava/awt/Graphics;
            0   80     3         x  I
            0   80     4         y  I
            0   80     5     width  I
            0   80     6    height  I
            1   80     7    border  Ljavax/swing/border/Border;
            2   80     8     title  Ljava/lang/String;
            6   76     9      edge  I
            7   76    10     label  Ljavax/swing/JLabel;
            8   76    11      size  Ljava/awt/Dimension;
            9   76    12    insets  Ljava/awt/Insets;
           10   76    13   borderX  I
           11   76    14   borderY  I
           12   76    15   borderW  I
           13   76    16   borderH  I
           14   76    17    labelY  I
           15   76    18    labelH  I
           16   76    19  position  I
           48   76    20    labelX  I
           49   76    21    labelW  I
           62   72    22        g2  Ljava/awt/Graphics;
           64   70    23       g2d  Ljava/awt/Graphics2D;
           65   70    24      path  Ljava/awt/geom/Path2D;
    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=4, locals=8, args_size=3
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets insets
         0: .line 349
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getBorder:()Ljavax/swing/border/Border;
            astore 3 /* border */
        start local 3 // javax.swing.border.Border border
         1: .line 350
            aload 3 /* border */
            aload 1 /* c */
            aload 2 /* insets */
            invokestatic javax.swing.border.TitledBorder.getBorderInsets:(Ljavax/swing/border/Border;Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
            astore 2 /* insets */
         2: .line 352
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            astore 4 /* title */
        start local 4 // java.lang.String title
         3: .line 353
            aload 4 /* title */
            ifnull 28
            aload 4 /* title */
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 28
         4: .line 354
            aload 3 /* border */
            instanceof javax.swing.border.TitledBorder
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: javax.swing.border.Border java.lang.String
      StackMap stack:
         5: iconst_2
      StackMap locals:
      StackMap stack: int
         6: istore 5 /* edge */
        start local 5 // int edge
         7: .line 355
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getLabel:(Ljava/awt/Component;)Ljavax/swing/JLabel;
            astore 6 /* label */
        start local 6 // javax.swing.JLabel label
         8: .line 356
            aload 6 /* label */
            invokevirtual javax.swing.JLabel.getPreferredSize:()Ljava/awt/Dimension;
            astore 7 /* size */
        start local 7 // java.awt.Dimension size
         9: .line 358
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getPosition:()I
            tableswitch { // 1 - 6
                    1: 10
                    2: 12
                    3: 15
                    4: 17
                    5: 19
                    6: 22
              default: 23
          }
        10: .line 360
      StackMap locals: int javax.swing.JLabel java.awt.Dimension
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
            aload 7 /* size */
            getfield java.awt.Dimension.height:I
            iload 5 /* edge */
            isub
            iadd
            putfield java.awt.Insets.top:I
        11: .line 361
            goto 23
        12: .line 363
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            getfield java.awt.Insets.top:I
            aload 7 /* size */
            getfield java.awt.Dimension.height:I
            if_icmpge 23
        13: .line 364
            aload 2 /* insets */
            aload 7 /* size */
            getfield java.awt.Dimension.height:I
            iload 5 /* edge */
            isub
            putfield java.awt.Insets.top:I
        14: .line 366
            goto 23
        15: .line 369
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
            aload 7 /* size */
            getfield java.awt.Dimension.height:I
            iadd
            putfield java.awt.Insets.top:I
        16: .line 370
            goto 23
        17: .line 372
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.bottom:I
            aload 7 /* size */
            getfield java.awt.Dimension.height:I
            iadd
            putfield java.awt.Insets.bottom:I
        18: .line 373
            goto 23
        19: .line 375
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            getfield java.awt.Insets.bottom:I
            aload 7 /* size */
            getfield java.awt.Dimension.height:I
            if_icmpge 23
        20: .line 376
            aload 2 /* insets */
            aload 7 /* size */
            getfield java.awt.Dimension.height:I
            iload 5 /* edge */
            isub
            putfield java.awt.Insets.bottom:I
        21: .line 378
            goto 23
        22: .line 381
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.bottom:I
            aload 7 /* size */
            getfield java.awt.Dimension.height:I
            iload 5 /* edge */
            isub
            iadd
            putfield java.awt.Insets.bottom:I
        23: .line 383
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
        24: .line 384
            iload 5 /* edge */
            iconst_2
            iadd
            iadd
            putfield java.awt.Insets.top:I
        25: .line 385
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.left:I
            iload 5 /* edge */
            iconst_2
            iadd
            iadd
            putfield java.awt.Insets.left:I
        26: .line 386
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.right:I
            iload 5 /* edge */
            iconst_2
            iadd
            iadd
            putfield java.awt.Insets.right:I
        27: .line 387
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.bottom:I
            iload 5 /* edge */
            iconst_2
            iadd
            iadd
            putfield java.awt.Insets.bottom:I
        end local 7 // java.awt.Dimension size
        end local 6 // javax.swing.JLabel label
        end local 5 // int edge
        28: .line 389
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            areturn
        end local 4 // java.lang.String title
        end local 3 // javax.swing.border.Border border
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0    this  Ljavax/swing/border/TitledBorder;
            0   29     1       c  Ljava/awt/Component;
            0   29     2  insets  Ljava/awt/Insets;
            1   29     3  border  Ljavax/swing/border/Border;
            3   29     4   title  Ljava/lang/String;
            7   28     5    edge  I
            8   28     6   label  Ljavax/swing/JLabel;
            9   28     7    size  Ljava/awt/Dimension;
    MethodParameters:
        Name  Flags
      c       
      insets  

  public boolean isBorderOpaque();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 396
            iconst_0
            ireturn
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/TitledBorder;

  public java.lang.String getTitle();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 405
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.title:Ljava/lang/String;
            areturn
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/TitledBorder;

  public javax.swing.border.Border getBorder();
    descriptor: ()Ljavax/swing/border/Border;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 414
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.border:Ljavax/swing/border/Border;
            ifnull 2
         1: .line 415
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.border:Ljavax/swing/border/Border;
            goto 3
         2: .line 416
      StackMap locals:
      StackMap stack:
            ldc "TitledBorder.border"
            invokestatic javax.swing.UIManager.getBorder:(Ljava/lang/Object;)Ljavax/swing/border/Border;
         3: .line 414
      StackMap locals:
      StackMap stack: javax.swing.border.Border
            areturn
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/border/TitledBorder;

  public int getTitlePosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 425
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.titlePosition:I
            ireturn
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/TitledBorder;

  public int getTitleJustification();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 434
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.titleJustification:I
            ireturn
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/TitledBorder;

  public java.awt.Font getTitleFont();
    descriptor: ()Ljava/awt/Font;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 443
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.titleFont:Ljava/awt/Font;
            ifnonnull 1
            ldc "TitledBorder.font"
            invokestatic javax.swing.UIManager.getFont:(Ljava/lang/Object;)Ljava/awt/Font;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javax.swing.border.TitledBorder.titleFont:Ljava/awt/Font;
      StackMap locals:
      StackMap stack: java.awt.Font
         2: areturn
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/border/TitledBorder;

  public java.awt.Color getTitleColor();
    descriptor: ()Ljava/awt/Color;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 452
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.titleColor:Ljava/awt/Color;
            ifnonnull 1
            ldc "TitledBorder.titleColor"
            invokestatic javax.swing.UIManager.getColor:(Ljava/lang/Object;)Ljava/awt/Color;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javax.swing.border.TitledBorder.titleColor:Ljava/awt/Color;
      StackMap locals:
      StackMap stack: java.awt.Color
         2: areturn
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/swing/border/TitledBorder;

  public void setTitle(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.lang.String title
         0: .line 463
            aload 0 /* this */
            aload 1 /* title */
            putfield javax.swing.border.TitledBorder.title:Ljava/lang/String;
         1: .line 464
            return
        end local 1 // java.lang.String title
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/swing/border/TitledBorder;
            0    2     1  title  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      title  

  public void setBorder(javax.swing.border.Border);
    descriptor: (Ljavax/swing/border/Border;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // javax.swing.border.Border border
         0: .line 471
            aload 0 /* this */
            aload 1 /* border */
            putfield javax.swing.border.TitledBorder.border:Ljavax/swing/border/Border;
         1: .line 472
            return
        end local 1 // javax.swing.border.Border border
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/border/TitledBorder;
            0    2     1  border  Ljavax/swing/border/Border;
    MethodParameters:
        Name  Flags
      border  

  public void setTitlePosition(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // int titlePosition
         0: .line 479
            iload 1 /* titlePosition */
            tableswitch { // 0 - 6
                    0: 1
                    1: 1
                    2: 1
                    3: 1
                    4: 1
                    5: 1
                    6: 1
              default: 3
          }
         1: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* titlePosition */
            putfield javax.swing.border.TitledBorder.titlePosition:I
         2: .line 488
            goto 6
         3: .line 490
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            iload 1 /* titlePosition */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 491
            ldc " is not a valid title position."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 490
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 493
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int titlePosition
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Ljavax/swing/border/TitledBorder;
            0    7     1  titlePosition  I
    MethodParameters:
               Name  Flags
      titlePosition  

  public void setTitleJustification(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // int titleJustification
         0: .line 500
            iload 1 /* titleJustification */
            tableswitch { // 0 - 5
                    0: 1
                    1: 1
                    2: 1
                    3: 1
                    4: 1
                    5: 1
              default: 3
          }
         1: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* titleJustification */
            putfield javax.swing.border.TitledBorder.titleJustification:I
         2: .line 508
            goto 6
         3: .line 510
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            iload 1 /* titleJustification */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 511
            ldc " is not a valid title justification."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 510
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 513
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int titleJustification
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Ljavax/swing/border/TitledBorder;
            0    7     1  titleJustification  I
    MethodParameters:
                    Name  Flags
      titleJustification  

  public void setTitleFont(java.awt.Font);
    descriptor: (Ljava/awt/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Font titleFont
         0: .line 520
            aload 0 /* this */
            aload 1 /* titleFont */
            putfield javax.swing.border.TitledBorder.titleFont:Ljava/awt/Font;
         1: .line 521
            return
        end local 1 // java.awt.Font titleFont
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljavax/swing/border/TitledBorder;
            0    2     1  titleFont  Ljava/awt/Font;
    MethodParameters:
           Name  Flags
      titleFont  

  public void setTitleColor(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Color titleColor
         0: .line 528
            aload 0 /* this */
            aload 1 /* titleColor */
            putfield javax.swing.border.TitledBorder.titleColor:Ljava/awt/Color;
         1: .line 529
            return
        end local 1 // java.awt.Color titleColor
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljavax/swing/border/TitledBorder;
            0    2     1  titleColor  Ljava/awt/Color;
    MethodParameters:
            Name  Flags
      titleColor  

  public java.awt.Dimension getMinimumSize(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Component c
         0: .line 538
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 2 /* insets */
        start local 2 // java.awt.Insets insets
         1: .line 539
            new java.awt.Dimension
            dup
            aload 2 /* insets */
            getfield java.awt.Insets.right:I
            aload 2 /* insets */
            getfield java.awt.Insets.left:I
            iadd
         2: .line 540
            aload 2 /* insets */
            getfield java.awt.Insets.top:I
            aload 2 /* insets */
            getfield java.awt.Insets.bottom:I
            iadd
         3: .line 539
            invokespecial java.awt.Dimension.<init>:(II)V
            astore 3 /* minSize */
        start local 3 // java.awt.Dimension minSize
         4: .line 541
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            astore 4 /* title */
        start local 4 // java.lang.String title
         5: .line 542
            aload 4 /* title */
            ifnull 14
            aload 4 /* title */
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 14
         6: .line 543
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getLabel:(Ljava/awt/Component;)Ljavax/swing/JLabel;
            astore 5 /* label */
        start local 5 // javax.swing.JLabel label
         7: .line 544
            aload 5 /* label */
            invokevirtual javax.swing.JLabel.getPreferredSize:()Ljava/awt/Dimension;
            astore 6 /* size */
        start local 6 // java.awt.Dimension size
         8: .line 546
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getPosition:()I
            istore 7 /* position */
        start local 7 // int position
         9: .line 547
            iload 7 /* position */
            iconst_1
            if_icmpeq 12
            iload 7 /* position */
            bipush 6
            if_icmpeq 12
        10: .line 548
            aload 3 /* minSize */
            dup
            getfield java.awt.Dimension.width:I
            aload 6 /* size */
            getfield java.awt.Dimension.width:I
            iadd
            putfield java.awt.Dimension.width:I
        11: .line 549
            goto 14
        12: .line 550
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component java.awt.Insets java.awt.Dimension java.lang.String javax.swing.JLabel java.awt.Dimension int
      StackMap stack:
            aload 3 /* minSize */
            getfield java.awt.Dimension.width:I
            aload 6 /* size */
            getfield java.awt.Dimension.width:I
            if_icmpge 14
        13: .line 551
            aload 3 /* minSize */
            dup
            getfield java.awt.Dimension.width:I
            aload 6 /* size */
            getfield java.awt.Dimension.width:I
            iadd
            putfield java.awt.Dimension.width:I
        end local 7 // int position
        end local 6 // java.awt.Dimension size
        end local 5 // javax.swing.JLabel label
        14: .line 554
      StackMap locals:
      StackMap stack:
            aload 3 /* minSize */
            areturn
        end local 4 // java.lang.String title
        end local 3 // java.awt.Dimension minSize
        end local 2 // java.awt.Insets insets
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Ljavax/swing/border/TitledBorder;
            0   15     1         c  Ljava/awt/Component;
            1   15     2    insets  Ljava/awt/Insets;
            4   15     3   minSize  Ljava/awt/Dimension;
            5   15     4     title  Ljava/lang/String;
            7   14     5     label  Ljavax/swing/JLabel;
            8   14     6      size  Ljava/awt/Dimension;
            9   14     7  position  I
    MethodParameters:
      Name  Flags
      c     

  public int getBaseline(java.awt.Component, int, int);
    descriptor: (Ljava/awt/Component;II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=4
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Component c
        start local 2 // int width
        start local 3 // int height
         0: .line 566
            aload 1 /* c */
            ifnonnull 2
         1: .line 567
            new java.lang.NullPointerException
            dup
            ldc "Must supply non-null component"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 569
      StackMap locals:
      StackMap stack:
            iload 2 /* width */
            ifge 4
         3: .line 570
            new java.lang.IllegalArgumentException
            dup
            ldc "Width must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 572
      StackMap locals:
      StackMap stack:
            iload 3 /* height */
            ifge 6
         5: .line 573
            new java.lang.IllegalArgumentException
            dup
            ldc "Height must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 575
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getBorder:()Ljavax/swing/border/Border;
            astore 4 /* border */
        start local 4 // javax.swing.border.Border border
         7: .line 576
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            astore 5 /* title */
        start local 5 // java.lang.String title
         8: .line 577
            aload 5 /* title */
            ifnull 31
            aload 5 /* title */
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 31
         9: .line 578
            aload 4 /* border */
            instanceof javax.swing.border.TitledBorder
            ifeq 10
            iconst_0
            goto 11
      StackMap locals: javax.swing.border.Border java.lang.String
      StackMap stack:
        10: iconst_2
      StackMap locals:
      StackMap stack: int
        11: istore 6 /* edge */
        start local 6 // int edge
        12: .line 579
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getLabel:(Ljava/awt/Component;)Ljavax/swing/JLabel;
            astore 7 /* label */
        start local 7 // javax.swing.JLabel label
        13: .line 580
            aload 7 /* label */
            invokevirtual javax.swing.JLabel.getPreferredSize:()Ljava/awt/Dimension;
            astore 8 /* size */
        start local 8 // java.awt.Dimension size
        14: .line 581
            aload 4 /* border */
            aload 1 /* c */
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            invokestatic javax.swing.border.TitledBorder.getBorderInsets:(Ljavax/swing/border/Border;Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
            astore 9 /* insets */
        start local 9 // java.awt.Insets insets
        15: .line 583
            aload 7 /* label */
            aload 8 /* size */
            getfield java.awt.Dimension.width:I
            aload 8 /* size */
            getfield java.awt.Dimension.height:I
            invokevirtual javax.swing.JLabel.getBaseline:(II)I
            istore 10 /* baseline */
        start local 10 // int baseline
        16: .line 584
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getPosition:()I
            tableswitch { // 1 - 6
                    1: 17
                    2: 18
                    3: 23
                    4: 24
                    5: 25
                    6: 30
              default: 31
          }
        17: .line 586
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component int int javax.swing.border.Border java.lang.String int javax.swing.JLabel java.awt.Dimension java.awt.Insets int
      StackMap stack:
            iload 10 /* baseline */
            ireturn
        18: .line 588
      StackMap locals:
      StackMap stack:
            aload 9 /* insets */
            iload 6 /* edge */
            aload 9 /* insets */
            getfield java.awt.Insets.top:I
            aload 8 /* size */
            getfield java.awt.Dimension.height:I
            isub
            iconst_2
            idiv
            iadd
            putfield java.awt.Insets.top:I
        19: .line 589
            aload 9 /* insets */
            getfield java.awt.Insets.top:I
            iload 6 /* edge */
            if_icmpge 21
        20: .line 590
            iload 10 /* baseline */
            goto 22
        21: .line 591
      StackMap locals:
      StackMap stack:
            iload 10 /* baseline */
            aload 9 /* insets */
            getfield java.awt.Insets.top:I
            iadd
        22: .line 589
      StackMap locals:
      StackMap stack: int
            ireturn
        23: .line 593
      StackMap locals:
      StackMap stack:
            iload 10 /* baseline */
            aload 9 /* insets */
            getfield java.awt.Insets.top:I
            iadd
            iload 6 /* edge */
            iadd
            ireturn
        24: .line 595
      StackMap locals:
      StackMap stack:
            iload 10 /* baseline */
            iload 3 /* height */
            iadd
            aload 8 /* size */
            getfield java.awt.Dimension.height:I
            isub
            aload 9 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            iload 6 /* edge */
            isub
            ireturn
        25: .line 597
      StackMap locals:
      StackMap stack:
            aload 9 /* insets */
            iload 6 /* edge */
            aload 9 /* insets */
            getfield java.awt.Insets.bottom:I
            aload 8 /* size */
            getfield java.awt.Dimension.height:I
            isub
            iconst_2
            idiv
            iadd
            putfield java.awt.Insets.bottom:I
        26: .line 598
            aload 9 /* insets */
            getfield java.awt.Insets.bottom:I
            iload 6 /* edge */
            if_icmpge 28
        27: .line 599
            iload 10 /* baseline */
            iload 3 /* height */
            iadd
            aload 8 /* size */
            getfield java.awt.Dimension.height:I
            isub
            goto 29
        28: .line 600
      StackMap locals:
      StackMap stack:
            iload 10 /* baseline */
            iload 3 /* height */
            iadd
            aload 8 /* size */
            getfield java.awt.Dimension.height:I
            isub
            aload 9 /* insets */
            getfield java.awt.Insets.bottom:I
            iadd
        29: .line 598
      StackMap locals:
      StackMap stack: int
            ireturn
        30: .line 602
      StackMap locals:
      StackMap stack:
            iload 10 /* baseline */
            iload 3 /* height */
            iadd
            aload 8 /* size */
            getfield java.awt.Dimension.height:I
            isub
            ireturn
        end local 10 // int baseline
        end local 9 // java.awt.Insets insets
        end local 8 // java.awt.Dimension size
        end local 7 // javax.swing.JLabel label
        end local 6 // int edge
        31: .line 605
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component int int javax.swing.border.Border java.lang.String
      StackMap stack:
            iconst_m1
            ireturn
        end local 5 // java.lang.String title
        end local 4 // javax.swing.border.Border border
        end local 3 // int height
        end local 2 // int width
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   32     0      this  Ljavax/swing/border/TitledBorder;
            0   32     1         c  Ljava/awt/Component;
            0   32     2     width  I
            0   32     3    height  I
            7   32     4    border  Ljavax/swing/border/Border;
            8   32     5     title  Ljava/lang/String;
           12   31     6      edge  I
           13   31     7     label  Ljavax/swing/JLabel;
           14   31     8      size  Ljava/awt/Dimension;
           15   31     9    insets  Ljava/awt/Insets;
           16   31    10  baseline  I
    MethodParameters:
        Name  Flags
      c       
      width   
      height  

  public java.awt.Component$BaselineResizeBehavior getBaselineResizeBehavior(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Component$BaselineResizeBehavior;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Component c
         0: .line 618
            aload 0 /* this */
            aload 1 /* c */
            invokespecial javax.swing.border.AbstractBorder.getBaselineResizeBehavior:(Ljava/awt/Component;)Ljava/awt/Component$BaselineResizeBehavior;
            pop
         1: .line 619
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getPosition:()I
            tableswitch { // 1 - 6
                    1: 2
                    2: 2
                    3: 2
                    4: 3
                    5: 3
                    6: 3
              default: 4
          }
         2: .line 623
      StackMap locals:
      StackMap stack:
            getstatic java.awt.Component$BaselineResizeBehavior.CONSTANT_ASCENT:Ljava/awt/Component$BaselineResizeBehavior;
            areturn
         3: .line 627
      StackMap locals:
      StackMap stack:
            getstatic java.awt.Component$BaselineResizeBehavior.CONSTANT_DESCENT:Ljava/awt/Component$BaselineResizeBehavior;
            areturn
         4: .line 629
      StackMap locals:
      StackMap stack:
            getstatic java.awt.Component$BaselineResizeBehavior.OTHER:Ljava/awt/Component$BaselineResizeBehavior;
            areturn
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/swing/border/TitledBorder;
            0    5     1     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      c     

  private int getPosition();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 633
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitlePosition:()I
            istore 1 /* position */
        start local 1 // int position
         1: .line 634
            iload 1 /* position */
            ifeq 3
         2: .line 635
            iload 1 /* position */
            ireturn
         3: .line 637
      StackMap locals: int
      StackMap stack:
            ldc "TitledBorder.position"
            invokestatic javax.swing.UIManager.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         4: .line 638
            aload 2 /* value */
            instanceof java.lang.Integer
            ifeq 8
         5: .line 639
            aload 2 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 3 /* i */
        start local 3 // int i
         6: .line 640
            iload 3 /* i */
            ifle 22
            iload 3 /* i */
            bipush 6
            if_icmpgt 22
         7: .line 641
            iload 3 /* i */
            ireturn
        end local 3 // int i
         8: .line 644
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* value */
            instanceof java.lang.String
            ifeq 22
         9: .line 645
            aload 2 /* value */
            checkcast java.lang.String
            astore 3 /* s */
        start local 3 // java.lang.String s
        10: .line 646
            aload 3 /* s */
            ldc "ABOVE_TOP"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 12
        11: .line 647
            iconst_1
            ireturn
        12: .line 649
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* s */
            ldc "TOP"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 14
        13: .line 650
            iconst_2
            ireturn
        14: .line 652
      StackMap locals:
      StackMap stack:
            aload 3 /* s */
            ldc "BELOW_TOP"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 16
        15: .line 653
            iconst_3
            ireturn
        16: .line 655
      StackMap locals:
      StackMap stack:
            aload 3 /* s */
            ldc "ABOVE_BOTTOM"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 18
        17: .line 656
            iconst_4
            ireturn
        18: .line 658
      StackMap locals:
      StackMap stack:
            aload 3 /* s */
            ldc "BOTTOM"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 20
        19: .line 659
            iconst_5
            ireturn
        20: .line 661
      StackMap locals:
      StackMap stack:
            aload 3 /* s */
            ldc "BELOW_BOTTOM"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 22
        21: .line 662
            bipush 6
            ireturn
        end local 3 // java.lang.String s
        22: .line 665
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
        end local 2 // java.lang.Object value
        end local 1 // int position
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Ljavax/swing/border/TitledBorder;
            1   23     1  position  I
            4   23     2     value  Ljava/lang/Object;
            6    8     3         i  I
           10   22     3         s  Ljava/lang/String;

  private int getJustification(java.awt.Component);
    descriptor: (Ljava/awt/Component;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Component c
         0: .line 669
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitleJustification:()I
            istore 2 /* justification */
        start local 2 // int justification
         1: .line 670
            iload 2 /* justification */
            iconst_4
            if_icmpeq 2
            iload 2 /* justification */
            ifne 5
         2: .line 671
      StackMap locals: int
      StackMap stack:
            aload 1 /* c */
            invokevirtual java.awt.Component.getComponentOrientation:()Ljava/awt/ComponentOrientation;
            invokevirtual java.awt.ComponentOrientation.isLeftToRight:()Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_3
      StackMap locals:
      StackMap stack: int
         4: ireturn
         5: .line 673
      StackMap locals:
      StackMap stack:
            iload 2 /* justification */
            iconst_5
            if_icmpne 9
         6: .line 674
            aload 1 /* c */
            invokevirtual java.awt.Component.getComponentOrientation:()Ljava/awt/ComponentOrientation;
            invokevirtual java.awt.ComponentOrientation.isLeftToRight:()Z
            ifeq 7
            iconst_3
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_1
      StackMap locals:
      StackMap stack: int
         8: ireturn
         9: .line 676
      StackMap locals:
      StackMap stack:
            iload 2 /* justification */
            ireturn
        end local 2 // int justification
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Ljavax/swing/border/TitledBorder;
            0   10     1              c  Ljava/awt/Component;
            1   10     2  justification  I
    MethodParameters:
      Name  Flags
      c     

  protected java.awt.Font getFont(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Font;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Component c
         0: .line 680
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitleFont:()Ljava/awt/Font;
            astore 2 /* font */
        start local 2 // java.awt.Font font
         1: .line 681
            aload 2 /* font */
            ifnull 3
         2: .line 682
            aload 2 /* font */
            areturn
         3: .line 684
      StackMap locals: java.awt.Font
      StackMap stack:
            aload 1 /* c */
            ifnull 7
         4: .line 685
            aload 1 /* c */
            invokevirtual java.awt.Component.getFont:()Ljava/awt/Font;
            astore 2 /* font */
         5: .line 686
            aload 2 /* font */
            ifnull 7
         6: .line 687
            aload 2 /* font */
            areturn
         7: .line 690
      StackMap locals:
      StackMap stack:
            new java.awt.Font
            dup
            ldc "Dialog"
            iconst_0
            bipush 12
            invokespecial java.awt.Font.<init>:(Ljava/lang/String;II)V
            areturn
        end local 2 // java.awt.Font font
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/swing/border/TitledBorder;
            0    8     1     c  Ljava/awt/Component;
            1    8     2  font  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      c     

  private java.awt.Color getColor(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Component c
         0: .line 694
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitleColor:()Ljava/awt/Color;
            astore 2 /* color */
        start local 2 // java.awt.Color color
         1: .line 695
            aload 2 /* color */
            ifnull 3
         2: .line 696
            aload 2 /* color */
            areturn
         3: .line 698
      StackMap locals: java.awt.Color
      StackMap stack:
            aload 1 /* c */
            ifnull 5
         4: .line 699
            aload 1 /* c */
            invokevirtual java.awt.Component.getForeground:()Ljava/awt/Color;
            goto 6
         5: .line 700
      StackMap locals:
      StackMap stack:
            aconst_null
         6: .line 698
      StackMap locals:
      StackMap stack: java.awt.Color
            areturn
        end local 2 // java.awt.Color color
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljavax/swing/border/TitledBorder;
            0    7     1      c  Ljava/awt/Component;
            1    7     2  color  Ljava/awt/Color;
    MethodParameters:
      Name  Flags
      c     

  private javax.swing.JLabel getLabel(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljavax/swing/JLabel;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Component c
         0: .line 704
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.label:Ljavax/swing/JLabel;
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            invokevirtual javax.swing.JLabel.setText:(Ljava/lang/String;)V
         1: .line 705
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.label:Ljavax/swing/JLabel;
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getFont:(Ljava/awt/Component;)Ljava/awt/Font;
            invokevirtual javax.swing.JLabel.setFont:(Ljava/awt/Font;)V
         2: .line 706
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.label:Ljavax/swing/JLabel;
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getColor:(Ljava/awt/Component;)Ljava/awt/Color;
            invokevirtual javax.swing.JLabel.setForeground:(Ljava/awt/Color;)V
         3: .line 707
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.label:Ljavax/swing/JLabel;
            aload 1 /* c */
            invokevirtual java.awt.Component.getComponentOrientation:()Ljava/awt/ComponentOrientation;
            invokevirtual javax.swing.JLabel.setComponentOrientation:(Ljava/awt/ComponentOrientation;)V
         4: .line 708
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.label:Ljavax/swing/JLabel;
            aload 1 /* c */
            invokevirtual java.awt.Component.isEnabled:()Z
            invokevirtual javax.swing.JLabel.setEnabled:(Z)V
         5: .line 709
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.label:Ljavax/swing/JLabel;
            areturn
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/swing/border/TitledBorder;
            0    6     1     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      c     

  private static java.awt.Insets getBorderInsets(javax.swing.border.Border, java.awt.Component, java.awt.Insets);
    descriptor: (Ljavax/swing/border/Border;Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // javax.swing.border.Border border
        start local 1 // java.awt.Component c
        start local 2 // java.awt.Insets insets
         0: .line 713
            aload 0 /* border */
            ifnonnull 3
         1: .line 714
            aload 2 /* insets */
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokevirtual java.awt.Insets.set:(IIII)V
         2: .line 715
            goto 9
         3: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* border */
            instanceof javax.swing.border.AbstractBorder
            ifeq 7
         4: .line 717
            aload 0 /* border */
            checkcast javax.swing.border.AbstractBorder
            astore 3 /* ab */
        start local 3 // javax.swing.border.AbstractBorder ab
         5: .line 718
            aload 3 /* ab */
            aload 1 /* c */
            aload 2 /* insets */
            invokevirtual javax.swing.border.AbstractBorder.getBorderInsets:(Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
            astore 2 /* insets */
        end local 3 // javax.swing.border.AbstractBorder ab
         6: .line 719
            goto 9
         7: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* border */
            aload 1 /* c */
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 3 /* i */
        start local 3 // java.awt.Insets i
         8: .line 722
            aload 2 /* insets */
            aload 3 /* i */
            getfield java.awt.Insets.top:I
            aload 3 /* i */
            getfield java.awt.Insets.left:I
            aload 3 /* i */
            getfield java.awt.Insets.bottom:I
            aload 3 /* i */
            getfield java.awt.Insets.right:I
            invokevirtual java.awt.Insets.set:(IIII)V
        end local 3 // java.awt.Insets i
         9: .line 724
      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.Border border
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0  border  Ljavax/swing/border/Border;
            0   10     1       c  Ljava/awt/Component;
            0   10     2  insets  Ljava/awt/Insets;
            5    6     3      ab  Ljavax/swing/border/AbstractBorder;
            8    9     3       i  Ljava/awt/Insets;
    MethodParameters:
        Name  Flags
      border  
      c       
      insets  
}
SourceFile: "TitledBorder.java"
InnerClasses:
  public final BaselineResizeBehavior = java.awt.Component$BaselineResizeBehavior of java.awt.Component
  public Float = java.awt.geom.Path2D$Float of java.awt.geom.Path2D