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 java.awt.Point textLoc;
    descriptor: Ljava/awt/Point;
    flags: (0x0002) ACC_PRIVATE

  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 207
            aload 0 /* this */
            invokespecial javax.swing.border.AbstractBorder.<init>:()V
         1: .line 80
            aload 0 /* this */
            new java.awt.Point
            dup
            invokespecial java.awt.Point.<init>:()V
            putfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
         2: .line 213
            aload 0 /* this */
            aload 2 /* title */
            putfield javax.swing.border.TitledBorder.title:Ljava/lang/String;
         3: .line 214
            aload 0 /* this */
            aload 1 /* border */
            putfield javax.swing.border.TitledBorder.border:Ljavax/swing/border/Border;
         4: .line 215
            aload 0 /* this */
            aload 5 /* titleFont */
            putfield javax.swing.border.TitledBorder.titleFont:Ljava/awt/Font;
         5: .line 216
            aload 0 /* this */
            aload 6 /* titleColor */
            putfield javax.swing.border.TitledBorder.titleColor:Ljava/awt/Color;
         6: .line 218
            aload 0 /* this */
            iload 3 /* titleJustification */
            invokevirtual javax.swing.border.TitledBorder.setTitleJustification:(I)V
         7: .line 219
            aload 0 /* this */
            iload 4 /* titlePosition */
            invokevirtual javax.swing.border.TitledBorder.setTitlePosition:(I)V
         8: .line 220
            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    9     0                this  Ljavax/swing/border/TitledBorder;
            0    9     1              border  Ljavax/swing/border/Border;
            0    9     2               title  Ljava/lang/String;
            0    9     3  titleJustification  I
            0    9     4       titlePosition  I
            0    9     5           titleFont  Ljava/awt/Font;
            0    9     6          titleColor  Ljava/awt/Color;
    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=7, locals=23, 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 234
            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 236
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         2: .line 237
      StackMap locals: javax.swing.border.Border
      StackMap stack:
            aload 7 /* border */
            ifnull 4
         3: .line 238
            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
         4: .line 240
      StackMap locals:
      StackMap stack:
            return
         5: .line 243
      StackMap locals:
      StackMap stack:
            new java.awt.Rectangle
            dup
            iload 3 /* x */
            iconst_2
            iadd
            iload 4 /* y */
            iconst_2
            iadd
         6: .line 244
            iload 5 /* width */
            iconst_4
            isub
         7: .line 245
            iload 6 /* height */
            iconst_4
            isub
         8: .line 243
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            astore 8 /* grooveRect */
        start local 8 // java.awt.Rectangle grooveRect
         9: .line 246
            aload 2 /* g */
            invokevirtual java.awt.Graphics.getFont:()Ljava/awt/Font;
            astore 9 /* font */
        start local 9 // java.awt.Font font
        10: .line 247
            aload 2 /* g */
            invokevirtual java.awt.Graphics.getColor:()Ljava/awt/Color;
            astore 10 /* color */
        start local 10 // java.awt.Color color
        11: .line 249
            aload 2 /* g */
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getFont:(Ljava/awt/Component;)Ljava/awt/Font;
            invokevirtual java.awt.Graphics.setFont:(Ljava/awt/Font;)V
        12: .line 251
            aload 1 /* c */
            instanceof javax.swing.JComponent
            ifeq 13
            aload 1 /* c */
            checkcast javax.swing.JComponent
            goto 14
      StackMap locals: java.awt.Rectangle java.awt.Font java.awt.Color
      StackMap stack:
        13: aconst_null
      StackMap locals:
      StackMap stack: javax.swing.JComponent
        14: astore 11 /* jc */
        start local 11 // javax.swing.JComponent jc
        15: .line 252
            aload 11 /* jc */
            aload 2 /* g */
            invokestatic sun.swing.SwingUtilities2.getFontMetrics:(Ljavax/swing/JComponent;Ljava/awt/Graphics;)Ljava/awt/FontMetrics;
            astore 12 /* fm */
        start local 12 // java.awt.FontMetrics fm
        16: .line 253
            aload 12 /* fm */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            istore 13 /* fontHeight */
        start local 13 // int fontHeight
        17: .line 254
            aload 12 /* fm */
            invokevirtual java.awt.FontMetrics.getDescent:()I
            istore 14 /* descent */
        start local 14 // int descent
        18: .line 255
            aload 12 /* fm */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            istore 15 /* ascent */
        start local 15 // int ascent
        19: .line 257
            aload 11 /* jc */
            aload 12 /* fm */
        20: .line 258
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
        21: .line 257
            invokestatic sun.swing.SwingUtilities2.stringWidth:(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;)I
            istore 17 /* stringWidth */
        start local 17 // int stringWidth
        22: .line 261
            aload 7 /* border */
            ifnull 25
        23: .line 262
            aload 7 /* border */
            aload 1 /* c */
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 18 /* insets */
        start local 18 // java.awt.Insets insets
        24: .line 263
            goto 26
        end local 18 // java.awt.Insets insets
        25: .line 264
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component java.awt.Graphics int int int int javax.swing.border.Border java.awt.Rectangle java.awt.Font java.awt.Color javax.swing.JComponent java.awt.FontMetrics int int int top int
      StackMap stack:
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            astore 18 /* insets */
        start local 18 // java.awt.Insets insets
        26: .line 267
      StackMap locals: java.awt.Insets
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitlePosition:()I
            istore 19 /* titlePos */
        start local 19 // int titlePos
        27: .line 268
            iload 19 /* titlePos */
            tableswitch { // 0 - 6
                    0: 37
                    1: 28
                    2: 37
                    3: 44
                    4: 46
                    5: 50
                    6: 55
              default: 59
          }
        28: .line 270
      StackMap locals: int
      StackMap stack:
            iload 15 /* ascent */
            iload 14 /* descent */
            iadd
            iconst_2
        29: .line 271
            iconst_4
        30: .line 270
            invokestatic java.lang.Math.max:(II)I
        31: .line 271
            iconst_2
            isub
        32: .line 270
            iadd
            istore 16 /* diff */
        start local 16 // int diff
        33: .line 272
            aload 8 /* grooveRect */
            dup
            getfield java.awt.Rectangle.y:I
            iload 16 /* diff */
            iadd
            putfield java.awt.Rectangle.y:I
        34: .line 273
            aload 8 /* grooveRect */
            dup
            getfield java.awt.Rectangle.height:I
            iload 16 /* diff */
            isub
            putfield java.awt.Rectangle.height:I
        35: .line 274
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
            iload 14 /* descent */
            iconst_2
            iadd
            isub
            putfield java.awt.Point.y:I
        36: .line 275
            goto 59
        end local 16 // int diff
        37: .line 278
      StackMap locals:
      StackMap stack:
            iconst_0
            iload 15 /* ascent */
            iconst_2
            idiv
            iconst_2
            iadd
            iconst_2
            isub
            invokestatic java.lang.Math.max:(II)I
            istore 16 /* diff */
        start local 16 // int diff
        38: .line 279
            aload 8 /* grooveRect */
            dup
            getfield java.awt.Rectangle.y:I
            iload 16 /* diff */
            iadd
            putfield java.awt.Rectangle.y:I
        39: .line 280
            aload 8 /* grooveRect */
            dup
            getfield java.awt.Rectangle.height:I
            iload 16 /* diff */
            isub
            putfield java.awt.Rectangle.height:I
        40: .line 281
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
            iload 14 /* descent */
            isub
        41: .line 282
            aload 18 /* insets */
            getfield java.awt.Insets.top:I
            iload 15 /* ascent */
            iadd
            iload 14 /* descent */
            iadd
            iconst_2
            idiv
            iadd
        42: .line 281
            putfield java.awt.Point.y:I
        43: .line 283
            goto 59
        end local 16 // int diff
        44: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
            aload 18 /* insets */
            getfield java.awt.Insets.top:I
            iadd
            iload 15 /* ascent */
            iadd
            iconst_2
            iadd
            putfield java.awt.Point.y:I
        45: .line 286
            goto 59
        46: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
            iadd
        47: .line 289
            aload 18 /* insets */
            getfield java.awt.Insets.bottom:I
            iload 14 /* descent */
            iadd
            iconst_2
            iadd
            isub
        48: .line 288
            putfield java.awt.Point.y:I
        49: .line 290
            goto 59
        50: .line 292
      StackMap locals:
      StackMap stack:
            aload 8 /* grooveRect */
            dup
            getfield java.awt.Rectangle.height:I
            iload 13 /* fontHeight */
            iconst_2
            idiv
            isub
            putfield java.awt.Rectangle.height:I
        51: .line 293
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
            iadd
            iload 14 /* descent */
            isub
        52: .line 294
            iload 15 /* ascent */
            iload 14 /* descent */
            iadd
            aload 18 /* insets */
            getfield java.awt.Insets.bottom:I
            isub
            iconst_2
            idiv
            iadd
        53: .line 293
            putfield java.awt.Point.y:I
        54: .line 295
            goto 59
        55: .line 297
      StackMap locals:
      StackMap stack:
            aload 8 /* grooveRect */
            dup
            getfield java.awt.Rectangle.height:I
            iload 13 /* fontHeight */
            isub
            putfield java.awt.Rectangle.height:I
        56: .line 298
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
            iadd
            iload 15 /* ascent */
            iadd
        57: .line 299
            iconst_2
            iadd
        58: .line 298
            putfield java.awt.Point.y:I
        59: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitleJustification:()I
            istore 20 /* justification */
        start local 20 // int justification
        60: .line 304
            aload 1 /* c */
            invokestatic javax.swing.border.TitledBorder.isLeftToRight:(Ljava/awt/Component;)Z
            ifeq 68
        61: .line 305
            iload 20 /* justification */
            iconst_4
            if_icmpeq 63
        62: .line 306
            iload 20 /* justification */
            ifne 65
        63: .line 307
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 20 /* justification */
        64: .line 308
            goto 74
        65: .line 309
      StackMap locals:
      StackMap stack:
            iload 20 /* justification */
            iconst_5
            if_icmpne 74
        66: .line 310
            iconst_3
            istore 20 /* justification */
        67: .line 312
            goto 74
        68: .line 314
      StackMap locals:
      StackMap stack:
            iload 20 /* justification */
            iconst_4
            if_icmpeq 70
        69: .line 315
            iload 20 /* justification */
            ifne 72
        70: .line 316
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 20 /* justification */
        71: .line 317
            goto 74
        72: .line 318
      StackMap locals:
      StackMap stack:
            iload 20 /* justification */
            iconst_5
            if_icmpne 74
        73: .line 319
            iconst_1
            istore 20 /* justification */
        74: .line 323
      StackMap locals:
      StackMap stack:
            iload 20 /* justification */
            tableswitch { // 1 - 3
                    1: 75
                    2: 81
                    3: 77
              default: 84
          }
        75: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            iconst_5
            iadd
            aload 18 /* insets */
            getfield java.awt.Insets.left:I
            iadd
            putfield java.awt.Point.x:I
        76: .line 326
            goto 84
        77: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            iadd
        78: .line 329
            iload 17 /* stringWidth */
            iconst_5
            iadd
            aload 18 /* insets */
            getfield java.awt.Insets.right:I
            iadd
            isub
        79: .line 328
            putfield java.awt.Point.x:I
        80: .line 330
            goto 84
        81: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
        82: .line 333
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            iload 17 /* stringWidth */
            isub
            iconst_2
            idiv
            iadd
        83: .line 332
            putfield java.awt.Point.x:I
        84: .line 342
      StackMap locals:
      StackMap stack:
            aload 7 /* border */
            ifnull 131
        85: .line 343
            iload 19 /* titlePos */
            iconst_2
            if_icmpeq 86
            iload 19 /* titlePos */
            ifne 87
        86: .line 344
      StackMap locals:
      StackMap stack:
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.y:I
            iload 15 /* ascent */
            isub
            if_icmpgt 89
        87: .line 345
      StackMap locals:
      StackMap stack:
            iload 19 /* titlePos */
            iconst_5
            if_icmpne 128
        88: .line 346
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
            iadd
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.y:I
            iload 14 /* descent */
            iadd
            if_icmpge 128
        89: .line 348
      StackMap locals:
      StackMap stack:
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 21 /* clipRect */
        start local 21 // java.awt.Rectangle clipRect
        90: .line 351
            aload 2 /* g */
            invokevirtual java.awt.Graphics.getClipBounds:()Ljava/awt/Rectangle;
            astore 22 /* saveClip */
        start local 22 // java.awt.Rectangle saveClip
        91: .line 354
            aload 21 /* clipRect */
            aload 22 /* saveClip */
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
        92: .line 355
            aload 21 /* clipRect */
            iload 3 /* x */
            iload 4 /* y */
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            iconst_1
            isub
            iload 3 /* x */
            isub
            iload 6 /* height */
            invokestatic javax.swing.border.TitledBorder.computeIntersection:(Ljava/awt/Rectangle;IIII)Z
            ifeq 97
        93: .line 356
            aload 2 /* g */
            aload 21 /* clipRect */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
        94: .line 357
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
        95: .line 358
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
        96: .line 357
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
        97: .line 362
      StackMap locals: java.awt.Rectangle java.awt.Rectangle
      StackMap stack:
            aload 21 /* clipRect */
            aload 22 /* saveClip */
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
        98: .line 363
            aload 21 /* clipRect */
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            iload 17 /* stringWidth */
            iadd
            iconst_1
            iadd
            iload 4 /* y */
        99: .line 364
            iload 3 /* x */
            iload 5 /* width */
            iadd
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            iload 17 /* stringWidth */
            iadd
            iconst_1
            iadd
            isub
            iload 6 /* height */
       100: .line 363
            invokestatic javax.swing.border.TitledBorder.computeIntersection:(Ljava/awt/Rectangle;IIII)Z
       101: .line 364
            ifeq 106
       102: .line 365
            aload 2 /* g */
            aload 21 /* clipRect */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
       103: .line 366
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
       104: .line 367
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
       105: .line 366
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
       106: .line 370
      StackMap locals:
      StackMap stack:
            iload 19 /* titlePos */
            iconst_2
            if_icmpeq 107
            iload 19 /* titlePos */
            ifne 117
       107: .line 372
      StackMap locals:
      StackMap stack:
            aload 21 /* clipRect */
            aload 22 /* saveClip */
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
       108: .line 373
            aload 21 /* clipRect */
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            iconst_1
            isub
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.y:I
            iload 14 /* descent */
            iadd
       109: .line 374
            iload 17 /* stringWidth */
            iconst_2
            iadd
            iload 4 /* y */
            iload 6 /* height */
            iadd
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.y:I
            isub
            iload 14 /* descent */
            isub
       110: .line 373
            invokestatic javax.swing.border.TitledBorder.computeIntersection:(Ljava/awt/Rectangle;IIII)Z
       111: .line 374
            ifeq 126
       112: .line 375
            aload 2 /* g */
            aload 21 /* clipRect */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
       113: .line 376
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
       114: .line 377
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
       115: .line 376
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
       116: .line 380
            goto 126
       117: .line 382
      StackMap locals:
      StackMap stack:
            aload 21 /* clipRect */
            aload 22 /* saveClip */
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
       118: .line 383
            aload 21 /* clipRect */
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            iconst_1
            isub
            iload 4 /* y */
       119: .line 384
            iload 17 /* stringWidth */
            iconst_2
            iadd
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.y:I
            iload 15 /* ascent */
            isub
            iload 4 /* y */
            isub
       120: .line 383
            invokestatic javax.swing.border.TitledBorder.computeIntersection:(Ljava/awt/Rectangle;IIII)Z
       121: .line 384
            ifeq 126
       122: .line 385
            aload 2 /* g */
            aload 21 /* clipRect */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
       123: .line 386
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
       124: .line 387
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
       125: .line 386
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
       126: .line 392
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            aload 22 /* saveClip */
            invokevirtual java.awt.Graphics.setClip:(Ljava/awt/Shape;)V
        end local 22 // java.awt.Rectangle saveClip
        end local 21 // java.awt.Rectangle clipRect
       127: .line 394
            goto 131
       128: .line 395
      StackMap locals:
      StackMap stack:
            aload 7 /* border */
            aload 1 /* c */
            aload 2 /* g */
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.x:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.y:I
       129: .line 396
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.width:I
            aload 8 /* grooveRect */
            getfield java.awt.Rectangle.height:I
       130: .line 395
            invokeinterface javax.swing.border.Border.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
       131: .line 400
      StackMap locals:
      StackMap stack:
            aload 2 /* g */
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitleColor:()Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
       132: .line 401
            aload 11 /* jc */
            aload 2 /* g */
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.textLoc:Ljava/awt/Point;
            getfield java.awt.Point.y:I
            invokestatic sun.swing.SwingUtilities2.drawString:(Ljavax/swing/JComponent;Ljava/awt/Graphics;Ljava/lang/String;II)V
       133: .line 403
            aload 2 /* g */
            aload 9 /* font */
            invokevirtual java.awt.Graphics.setFont:(Ljava/awt/Font;)V
       134: .line 404
            aload 2 /* g */
            aload 10 /* color */
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
       135: .line 405
            return
        end local 20 // int justification
        end local 19 // int titlePos
        end local 18 // java.awt.Insets insets
        end local 17 // int stringWidth
        end local 15 // int ascent
        end local 14 // int descent
        end local 13 // int fontHeight
        end local 12 // java.awt.FontMetrics fm
        end local 11 // javax.swing.JComponent jc
        end local 10 // java.awt.Color color
        end local 9 // java.awt.Font font
        end local 8 // java.awt.Rectangle grooveRect
        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  136     0           this  Ljavax/swing/border/TitledBorder;
            0  136     1              c  Ljava/awt/Component;
            0  136     2              g  Ljava/awt/Graphics;
            0  136     3              x  I
            0  136     4              y  I
            0  136     5          width  I
            0  136     6         height  I
            1  136     7         border  Ljavax/swing/border/Border;
            9  136     8     grooveRect  Ljava/awt/Rectangle;
           10  136     9           font  Ljava/awt/Font;
           11  136    10          color  Ljava/awt/Color;
           15  136    11             jc  Ljavax/swing/JComponent;
           16  136    12             fm  Ljava/awt/FontMetrics;
           17  136    13     fontHeight  I
           18  136    14        descent  I
           19  136    15         ascent  I
           33   37    16           diff  I
           38   44    16           diff  I
           22  136    17    stringWidth  I
           24   25    18         insets  Ljava/awt/Insets;
           26  136    18         insets  Ljava/awt/Insets;
           27  136    19       titlePos  I
           60  136    20  justification  I
           90  127    21       clipRect  Ljava/awt/Rectangle;
           91  127    22       saveClip  Ljava/awt/Rectangle;
    MethodParameters:
        Name  Flags
      c       
      g       
      x       
      y       
      width   
      height  

  public java.awt.Insets getBorderInsets(java.awt.Component);
    descriptor: (Ljava/awt/Component;)Ljava/awt/Insets;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Component c
         0: .line 412
            aload 0 /* this */
            aload 1 /* c */
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            invokevirtual javax.swing.border.TitledBorder.getBorderInsets:(Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
            areturn
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/border/TitledBorder;
            0    1     1     c  Ljava/awt/Component;
    MethodParameters:
      Name  Flags
      c     

  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=9, 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 422
            iconst_0
            istore 4 /* descent */
        start local 4 // int descent
         1: .line 423
            bipush 16
            istore 5 /* ascent */
        start local 5 // int ascent
         2: .line 424
            bipush 16
            istore 6 /* height */
        start local 6 // int height
         3: .line 426
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getBorder:()Ljavax/swing/border/Border;
            astore 7 /* border */
        start local 7 // javax.swing.border.Border border
         4: .line 427
            aload 7 /* border */
            ifnull 14
         5: .line 428
            aload 7 /* border */
            instanceof javax.swing.border.AbstractBorder
            ifeq 8
         6: .line 429
            aload 7 /* border */
            checkcast javax.swing.border.AbstractBorder
            aload 1 /* c */
            aload 2 /* insets */
            invokevirtual javax.swing.border.AbstractBorder.getBorderInsets:(Ljava/awt/Component;Ljava/awt/Insets;)Ljava/awt/Insets;
            pop
         7: .line 430
            goto 15
         8: .line 433
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component java.awt.Insets top int int int javax.swing.border.Border
      StackMap stack:
            aload 7 /* border */
            aload 1 /* c */
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 8 /* i */
        start local 8 // java.awt.Insets i
         9: .line 434
            aload 2 /* insets */
            aload 8 /* i */
            getfield java.awt.Insets.top:I
            putfield java.awt.Insets.top:I
        10: .line 435
            aload 2 /* insets */
            aload 8 /* i */
            getfield java.awt.Insets.right:I
            putfield java.awt.Insets.right:I
        11: .line 436
            aload 2 /* insets */
            aload 8 /* i */
            getfield java.awt.Insets.bottom:I
            putfield java.awt.Insets.bottom:I
        12: .line 437
            aload 2 /* insets */
            aload 8 /* i */
            getfield java.awt.Insets.left:I
            putfield java.awt.Insets.left:I
        end local 8 // java.awt.Insets i
        13: .line 439
            goto 15
        14: .line 440
      StackMap locals:
      StackMap stack:
            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.top:I
            putfield java.awt.Insets.left:I
        15: .line 443
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.left:I
            iconst_4
            iadd
            putfield java.awt.Insets.left:I
        16: .line 444
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.right:I
            iconst_4
            iadd
            putfield java.awt.Insets.right:I
        17: .line 445
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
            iconst_4
            iadd
            putfield java.awt.Insets.top:I
        18: .line 446
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.bottom:I
            iconst_4
            iadd
            putfield java.awt.Insets.bottom:I
        19: .line 448
            aload 1 /* c */
            ifnull 20
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            ifnull 20
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 21
        20: .line 449
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            areturn
        21: .line 452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getFont:(Ljava/awt/Component;)Ljava/awt/Font;
            astore 8 /* font */
        start local 8 // java.awt.Font font
        22: .line 454
            aload 1 /* c */
            aload 8 /* font */
            invokevirtual java.awt.Component.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 3 /* fm */
        start local 3 // java.awt.FontMetrics fm
        23: .line 456
            aload 3 /* fm */
            ifnull 27
        24: .line 457
            aload 3 /* fm */
            invokevirtual java.awt.FontMetrics.getDescent:()I
            istore 4 /* descent */
        25: .line 458
            aload 3 /* fm */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            istore 5 /* ascent */
        26: .line 459
            aload 3 /* fm */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            istore 6 /* height */
        27: .line 462
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component java.awt.Insets java.awt.FontMetrics int int int javax.swing.border.Border java.awt.Font
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitlePosition:()I
            tableswitch { // 0 - 6
                    0: 34
                    1: 28
                    2: 34
                    3: 36
                    4: 38
                    5: 40
                    6: 42
              default: 43
          }
        28: .line 464
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
            iload 5 /* ascent */
            iload 4 /* descent */
            iadd
        29: .line 465
            iconst_2
            iconst_4
            invokestatic java.lang.Math.max:(II)I
        30: .line 466
            iconst_2
        31: .line 465
            isub
        32: .line 464
            iadd
            iadd
            putfield java.awt.Insets.top:I
        33: .line 467
            goto 43
        34: .line 470
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
            iload 5 /* ascent */
            iload 4 /* descent */
            iadd
            iadd
            putfield java.awt.Insets.top:I
        35: .line 471
            goto 43
        36: .line 473
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.top:I
            iload 5 /* ascent */
            iload 4 /* descent */
            iadd
            iconst_2
            iadd
            iadd
            putfield java.awt.Insets.top:I
        37: .line 474
            goto 43
        38: .line 476
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.bottom:I
            iload 5 /* ascent */
            iload 4 /* descent */
            iadd
            iconst_2
            iadd
            iadd
            putfield java.awt.Insets.bottom:I
        39: .line 477
            goto 43
        40: .line 479
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.bottom:I
            iload 5 /* ascent */
            iload 4 /* descent */
            iadd
            iadd
            putfield java.awt.Insets.bottom:I
        41: .line 480
            goto 43
        42: .line 482
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            dup
            getfield java.awt.Insets.bottom:I
            iload 6 /* height */
            iadd
            putfield java.awt.Insets.bottom:I
        43: .line 485
      StackMap locals:
      StackMap stack:
            aload 2 /* insets */
            areturn
        end local 8 // java.awt.Font font
        end local 7 // javax.swing.border.Border border
        end local 6 // int height
        end local 5 // int ascent
        end local 4 // int descent
        end local 3 // java.awt.FontMetrics fm
        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   44     0     this  Ljavax/swing/border/TitledBorder;
            0   44     1        c  Ljava/awt/Component;
            0   44     2   insets  Ljava/awt/Insets;
           23   44     3       fm  Ljava/awt/FontMetrics;
            1   44     4  descent  I
            2   44     5   ascent  I
            3   44     6   height  I
            4   44     7   border  Ljavax/swing/border/Border;
            9   13     8        i  Ljava/awt/Insets;
           22   44     8     font  Ljava/awt/Font;
    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 491
            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 496
            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=2, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 502
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.border:Ljavax/swing/border/Border;
            astore 1 /* b */
        start local 1 // javax.swing.border.Border b
         1: .line 503
            aload 1 /* b */
            ifnonnull 3
         2: .line 504
            ldc "TitledBorder.border"
            invokestatic javax.swing.UIManager.getBorder:(Ljava/lang/Object;)Ljavax/swing/border/Border;
            astore 1 /* b */
         3: .line 505
      StackMap locals: javax.swing.border.Border
      StackMap stack:
            aload 1 /* b */
            areturn
        end local 1 // javax.swing.border.Border b
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/border/TitledBorder;
            1    4     1     b  Ljavax/swing/border/Border;

  public int getTitlePosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 512
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.titlePosition:I
            ifne 20
         1: .line 513
            ldc "TitledBorder.position"
            invokestatic javax.swing.UIManager.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 1 /* value */
        start local 1 // java.lang.Object value
         2: .line 514
            aload 1 /* value */
            instanceof java.lang.String
            ifeq 16
         3: .line 515
            aload 1 /* value */
            checkcast java.lang.String
            astore 2 /* s */
        start local 2 // java.lang.String s
         4: .line 516
            ldc "ABOVE_TOP"
            aload 2 /* s */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 517
            iconst_1
            ireturn
         6: .line 518
      StackMap locals: java.lang.Object java.lang.String
      StackMap stack:
            ldc "TOP"
            aload 2 /* s */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 8
         7: .line 519
            iconst_2
            ireturn
         8: .line 520
      StackMap locals:
      StackMap stack:
            ldc "BELOW_TOP"
            aload 2 /* s */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 10
         9: .line 521
            iconst_3
            ireturn
        10: .line 522
      StackMap locals:
      StackMap stack:
            ldc "ABOVE_BOTTOM"
            aload 2 /* s */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 12
        11: .line 523
            iconst_4
            ireturn
        12: .line 524
      StackMap locals:
      StackMap stack:
            ldc "BOTTOM"
            aload 2 /* s */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 14
        13: .line 525
            iconst_5
            ireturn
        14: .line 526
      StackMap locals:
      StackMap stack:
            ldc "BELOW_BOTTOM"
            aload 2 /* s */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 20
        15: .line 527
            bipush 6
            ireturn
        end local 2 // java.lang.String s
        16: .line 529
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            instanceof java.lang.Integer
            ifeq 20
        17: .line 530
            aload 1 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 2 /* i */
        start local 2 // int i
        18: .line 531
            iload 2 /* i */
            iflt 20
            iload 2 /* i */
            bipush 6
            if_icmpgt 20
        19: .line 532
            iload 2 /* i */
            ireturn
        end local 2 // int i
        end local 1 // java.lang.Object value
        20: .line 536
      StackMap locals:
      StackMap stack:
            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   21     0   this  Ljavax/swing/border/TitledBorder;
            2   20     1  value  Ljava/lang/Object;
            4   16     2      s  Ljava/lang/String;
           18   20     2      i  I

  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 542
            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=2, args_size=1
        start local 0 // javax.swing.border.TitledBorder this
         0: .line 548
            aload 0 /* this */
            getfield javax.swing.border.TitledBorder.titleFont:Ljava/awt/Font;
            astore 1 /* f */
        start local 1 // java.awt.Font f
         1: .line 549
            aload 1 /* f */
            ifnonnull 3
         2: .line 550
            ldc "TitledBorder.font"
            invokestatic javax.swing.UIManager.getFont:(Ljava/lang/Object;)Ljava/awt/Font;
            astore 1 /* f */
         3: .line 551
      StackMap locals: java.awt.Font
      StackMap stack:
            aload 1 /* f */
            areturn
        end local 1 // java.awt.Font f
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/border/TitledBorder;
            1    4     1     f  Ljava/awt/Font;

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

  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 571
            aload 0 /* this */
            aload 1 /* title */
            putfield javax.swing.border.TitledBorder.title:Ljava/lang/String;
            return
        end local 1 // java.lang.String title
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavax/swing/border/TitledBorder;
            0    1     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 577
            aload 0 /* this */
            aload 1 /* border */
            putfield javax.swing.border.TitledBorder.border:Ljavax/swing/border/Border;
            return
        end local 1 // javax.swing.border.Border border
        end local 0 // javax.swing.border.TitledBorder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavax/swing/border/TitledBorder;
            0    1     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 584
            iload 1 /* titlePosition */
            tableswitch { // 0 - 6
                    0: 1
                    1: 1
                    2: 1
                    3: 1
                    4: 1
                    5: 1
                    6: 1
              default: 3
          }
         1: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* titlePosition */
            putfield javax.swing.border.TitledBorder.titlePosition:I
         2: .line 593
            goto 6
         3: .line 595
      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 596
            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 595
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 598
      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 605
            iload 1 /* titleJustification */
            tableswitch { // 0 - 5
                    0: 1
                    1: 1
                    2: 1
                    3: 1
                    4: 1
                    5: 1
              default: 3
          }
         1: .line 612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* titleJustification */
            putfield javax.swing.border.TitledBorder.titleJustification:I
         2: .line 613
            goto 6
         3: .line 615
      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 616
            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 615
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 618
      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 625
            aload 0 /* this */
            aload 1 /* titleFont */
            putfield javax.swing.border.TitledBorder.titleFont:Ljava/awt/Font;
         1: .line 626
            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 633
            aload 0 /* this */
            aload 1 /* titleColor */
            putfield javax.swing.border.TitledBorder.titleColor:Ljava/awt/Color;
         1: .line 634
            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=7, args_size=2
        start local 0 // javax.swing.border.TitledBorder this
        start local 1 // java.awt.Component c
         0: .line 642
            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 643
            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 644
            aload 2 /* insets */
            getfield java.awt.Insets.top:I
            aload 2 /* insets */
            getfield java.awt.Insets.bottom:I
            iadd
         3: .line 643
            invokespecial java.awt.Dimension.<init>:(II)V
            astore 3 /* minSize */
        start local 3 // java.awt.Dimension minSize
         4: .line 645
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getFont:(Ljava/awt/Component;)Ljava/awt/Font;
            astore 4 /* font */
        start local 4 // java.awt.Font font
         5: .line 646
            aload 1 /* c */
            aload 4 /* font */
            invokevirtual java.awt.Component.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 5 /* fm */
        start local 5 // java.awt.FontMetrics fm
         6: .line 647
            aload 1 /* c */
            instanceof javax.swing.JComponent
            ifeq 7
            aload 1 /* c */
            checkcast javax.swing.JComponent
            goto 8
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component java.awt.Insets java.awt.Dimension java.awt.Font java.awt.FontMetrics
      StackMap stack:
         7: aconst_null
      StackMap locals:
      StackMap stack: javax.swing.JComponent
         8: astore 6 /* jc */
        start local 6 // javax.swing.JComponent jc
         9: .line 648
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitlePosition:()I
            tableswitch { // 0 - 6
                    0: 16
                    1: 10
                    2: 16
                    3: 16
                    4: 16
                    5: 16
                    6: 10
              default: 16
          }
        10: .line 651
      StackMap locals: javax.swing.JComponent
      StackMap stack:
            aload 3 /* minSize */
            aload 6 /* jc */
            aload 5 /* fm */
        11: .line 652
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
        12: .line 651
            invokestatic sun.swing.SwingUtilities2.stringWidth:(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;)I
        13: .line 652
            aload 3 /* minSize */
            getfield java.awt.Dimension.width:I
        14: .line 651
            invokestatic java.lang.Math.max:(II)I
            putfield java.awt.Dimension.width:I
        15: .line 653
            goto 17
        16: .line 660
      StackMap locals:
      StackMap stack:
            aload 3 /* minSize */
            dup
            getfield java.awt.Dimension.width:I
            aload 6 /* jc */
            aload 5 /* fm */
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            invokestatic sun.swing.SwingUtilities2.stringWidth:(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;)I
            iadd
            putfield java.awt.Dimension.width:I
        17: .line 662
      StackMap locals:
      StackMap stack:
            aload 3 /* minSize */
            areturn
        end local 6 // javax.swing.JComponent jc
        end local 5 // java.awt.FontMetrics fm
        end local 4 // java.awt.Font font
        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   18     0     this  Ljavax/swing/border/TitledBorder;
            0   18     1        c  Ljava/awt/Component;
            1   18     2   insets  Ljava/awt/Insets;
            4   18     3  minSize  Ljava/awt/Dimension;
            5   18     4     font  Ljava/awt/Font;
            6   18     5       fm  Ljava/awt/FontMetrics;
            9   18     6       jc  Ljavax/swing/JComponent;
    MethodParameters:
      Name  Flags
      c     

  public int getBaseline(java.awt.Component, int, int);
    descriptor: (Ljava/awt/Component;II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=15, 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 674
            aload 1 /* c */
            ifnonnull 2
         1: .line 675
            new java.lang.NullPointerException
            dup
            ldc "Must supply non-null component"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 677
      StackMap locals:
      StackMap stack:
            iload 3 /* height */
            ifge 4
         3: .line 678
            new java.lang.IllegalArgumentException
            dup
            ldc "Height must be >= 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitle:()Ljava/lang/String;
            astore 4 /* title */
        start local 4 // java.lang.String title
         5: .line 681
            aload 4 /* title */
            ifnull 41
            ldc ""
            aload 4 /* title */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 41
         6: .line 682
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual javax.swing.border.TitledBorder.getFont:(Ljava/awt/Component;)Ljava/awt/Font;
            astore 5 /* font */
        start local 5 // java.awt.Font font
         7: .line 683
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getBorder:()Ljavax/swing/border/Border;
            astore 6 /* border2 */
        start local 6 // javax.swing.border.Border border2
         8: .line 685
            aload 6 /* border2 */
            ifnull 11
         9: .line 686
            aload 6 /* border2 */
            aload 1 /* c */
            invokeinterface javax.swing.border.Border.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets;
            astore 7 /* borderInsets */
        start local 7 // java.awt.Insets borderInsets
        10: .line 687
            goto 12
        end local 7 // java.awt.Insets borderInsets
        11: .line 689
      StackMap locals: java.lang.String java.awt.Font javax.swing.border.Border
      StackMap stack:
            new java.awt.Insets
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Insets.<init>:(IIII)V
            astore 7 /* borderInsets */
        start local 7 // java.awt.Insets borderInsets
        12: .line 691
      StackMap locals: java.awt.Insets
      StackMap stack:
            aload 1 /* c */
            aload 5 /* font */
            invokevirtual java.awt.Component.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
            astore 8 /* fm */
        start local 8 // java.awt.FontMetrics fm
        13: .line 692
            aload 8 /* fm */
            invokevirtual java.awt.FontMetrics.getHeight:()I
            istore 9 /* fontHeight */
        start local 9 // int fontHeight
        14: .line 693
            aload 8 /* fm */
            invokevirtual java.awt.FontMetrics.getDescent:()I
            istore 10 /* descent */
        start local 10 // int descent
        15: .line 694
            aload 8 /* fm */
            invokevirtual java.awt.FontMetrics.getAscent:()I
            istore 11 /* ascent */
        start local 11 // int ascent
        16: .line 695
            iconst_2
            istore 12 /* y */
        start local 12 // int y
        17: .line 696
            iload 3 /* height */
            iconst_4
            isub
            istore 13 /* h */
        start local 13 // int h
        18: .line 698
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitlePosition:()I
            tableswitch { // 0 - 6
                    0: 25
                    1: 19
                    2: 25
                    3: 31
                    4: 32
                    5: 35
                    6: 39
              default: 41
          }
        19: .line 700
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component int int java.lang.String java.awt.Font javax.swing.border.Border java.awt.Insets java.awt.FontMetrics int int int int int
      StackMap stack:
            iload 11 /* ascent */
            iload 10 /* descent */
            iadd
            iconst_2
        20: .line 701
            iconst_4
        21: .line 700
            invokestatic java.lang.Math.max:(II)I
        22: .line 702
            iconst_2
            isub
        23: .line 700
            iadd
            istore 14 /* diff */
        start local 14 // int diff
        24: .line 703
            iload 12 /* y */
            iload 14 /* diff */
            iadd
            iload 10 /* descent */
            iconst_2
            iadd
            isub
            ireturn
        end local 14 // int diff
        25: .line 706
      StackMap locals:
      StackMap stack:
            iconst_0
            iload 11 /* ascent */
            iconst_2
            idiv
            iconst_2
            iadd
        26: .line 707
            iconst_2
            isub
        27: .line 706
            invokestatic java.lang.Math.max:(II)I
            istore 14 /* diff */
        start local 14 // int diff
        28: .line 708
            iload 12 /* y */
            iload 14 /* diff */
            iadd
            iload 10 /* descent */
            isub
        29: .line 709
            aload 7 /* borderInsets */
            getfield java.awt.Insets.top:I
            iload 11 /* ascent */
            iadd
            iload 10 /* descent */
            iadd
            iconst_2
            idiv
        30: .line 708
            iadd
            ireturn
        end local 14 // int diff
        31: .line 711
      StackMap locals:
      StackMap stack:
            iload 12 /* y */
            aload 7 /* borderInsets */
            getfield java.awt.Insets.top:I
            iadd
            iload 11 /* ascent */
            iadd
            iconst_2
            iadd
            ireturn
        32: .line 713
      StackMap locals:
      StackMap stack:
            iload 12 /* y */
            iload 13 /* h */
            iadd
            aload 7 /* borderInsets */
            getfield java.awt.Insets.bottom:I
            iload 10 /* descent */
            iadd
        33: .line 714
            iconst_2
            iadd
        34: .line 713
            isub
            ireturn
        35: .line 716
      StackMap locals:
      StackMap stack:
            iload 13 /* h */
            iload 9 /* fontHeight */
            iconst_2
            idiv
            isub
            istore 13 /* h */
        36: .line 717
            iload 12 /* y */
            iload 13 /* h */
            iadd
            iload 10 /* descent */
            isub
        37: .line 718
            iload 11 /* ascent */
            iload 10 /* descent */
            iadd
            aload 7 /* borderInsets */
            getfield java.awt.Insets.bottom:I
            isub
            iconst_2
            idiv
        38: .line 717
            iadd
            ireturn
        39: .line 720
      StackMap locals:
      StackMap stack:
            iload 13 /* h */
            iload 9 /* fontHeight */
            isub
            istore 13 /* h */
        40: .line 721
            iload 12 /* y */
            iload 13 /* h */
            iadd
            iload 11 /* ascent */
            iadd
            iconst_2
            iadd
            ireturn
        end local 13 // int h
        end local 12 // int y
        end local 11 // int ascent
        end local 10 // int descent
        end local 9 // int fontHeight
        end local 8 // java.awt.FontMetrics fm
        end local 7 // java.awt.Insets borderInsets
        end local 6 // javax.swing.border.Border border2
        end local 5 // java.awt.Font font
        41: .line 724
      StackMap locals: javax.swing.border.TitledBorder java.awt.Component int int java.lang.String
      StackMap stack:
            iconst_m1
            ireturn
        end local 4 // java.lang.String title
        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   42     0          this  Ljavax/swing/border/TitledBorder;
            0   42     1             c  Ljava/awt/Component;
            0   42     2         width  I
            0   42     3        height  I
            5   42     4         title  Ljava/lang/String;
            7   41     5          font  Ljava/awt/Font;
            8   41     6       border2  Ljavax/swing/border/Border;
           10   11     7  borderInsets  Ljava/awt/Insets;
           12   41     7  borderInsets  Ljava/awt/Insets;
           13   41     8            fm  Ljava/awt/FontMetrics;
           14   41     9    fontHeight  I
           15   41    10       descent  I
           16   41    11        ascent  I
           17   41    12             y  I
           18   41    13             h  I
           24   25    14          diff  I
           28   31    14          diff  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 737
            aload 0 /* this */
            aload 1 /* c */
            invokespecial javax.swing.border.AbstractBorder.getBaselineResizeBehavior:(Ljava/awt/Component;)Ljava/awt/Component$BaselineResizeBehavior;
            pop
         1: .line 738
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitlePosition:()I
            tableswitch { // 0 - 6
                    0: 2
                    1: 2
                    2: 2
                    3: 2
                    4: 3
                    5: 3
                    6: 3
              default: 4
          }
         2: .line 743
      StackMap locals:
      StackMap stack:
            getstatic java.awt.Component$BaselineResizeBehavior.CONSTANT_ASCENT:Ljava/awt/Component$BaselineResizeBehavior;
            areturn
         3: .line 747
      StackMap locals:
      StackMap stack:
            getstatic java.awt.Component$BaselineResizeBehavior.CONSTANT_DESCENT:Ljava/awt/Component$BaselineResizeBehavior;
            areturn
         4: .line 749
      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     

  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 754
            aload 0 /* this */
            invokevirtual javax.swing.border.TitledBorder.getTitleFont:()Ljava/awt/Font;
            dup
            astore 2 /* font */
        start local 2 // java.awt.Font font
         1: ifnull 3
         2: .line 755
            aload 2 /* font */
            areturn
         3: .line 756
      StackMap locals: java.awt.Font
      StackMap stack:
            aload 1 /* c */
            ifnull 5
            aload 1 /* c */
            invokevirtual java.awt.Component.getFont:()Ljava/awt/Font;
            dup
            astore 2 /* font */
            ifnull 5
         4: .line 757
            aload 2 /* font */
            areturn
         5: .line 759
      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    6     0  this  Ljavax/swing/border/TitledBorder;
            0    6     1     c  Ljava/awt/Component;
            1    6     2  font  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      c     

  private static boolean computeIntersection(java.awt.Rectangle, int, int, int, int);
    descriptor: (Ljava/awt/Rectangle;IIII)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // java.awt.Rectangle dest
        start local 1 // int rx
        start local 2 // int ry
        start local 3 // int rw
        start local 4 // int rh
         0: .line 764
            iload 1 /* rx */
            aload 0 /* dest */
            getfield java.awt.Rectangle.x:I
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* x1 */
        start local 5 // int x1
         1: .line 765
            iload 1 /* rx */
            iload 3 /* rw */
            iadd
            aload 0 /* dest */
            getfield java.awt.Rectangle.x:I
            aload 0 /* dest */
            getfield java.awt.Rectangle.width:I
            iadd
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* x2 */
        start local 6 // int x2
         2: .line 766
            iload 2 /* ry */
            aload 0 /* dest */
            getfield java.awt.Rectangle.y:I
            invokestatic java.lang.Math.max:(II)I
            istore 7 /* y1 */
        start local 7 // int y1
         3: .line 767
            iload 2 /* ry */
            iload 4 /* rh */
            iadd
            aload 0 /* dest */
            getfield java.awt.Rectangle.y:I
            aload 0 /* dest */
            getfield java.awt.Rectangle.height:I
            iadd
            invokestatic java.lang.Math.min:(II)I
            istore 8 /* y2 */
        start local 8 // int y2
         4: .line 768
            aload 0 /* dest */
            iload 5 /* x1 */
            putfield java.awt.Rectangle.x:I
         5: .line 769
            aload 0 /* dest */
            iload 7 /* y1 */
            putfield java.awt.Rectangle.y:I
         6: .line 770
            aload 0 /* dest */
            iload 6 /* x2 */
            iload 5 /* x1 */
            isub
            putfield java.awt.Rectangle.width:I
         7: .line 771
            aload 0 /* dest */
            iload 8 /* y2 */
            iload 7 /* y1 */
            isub
            putfield java.awt.Rectangle.height:I
         8: .line 773
            aload 0 /* dest */
            getfield java.awt.Rectangle.width:I
            ifle 9
            aload 0 /* dest */
            getfield java.awt.Rectangle.height:I
            ifgt 10
         9: .line 774
      StackMap locals: java.awt.Rectangle int int int int int int int int
      StackMap stack:
            iconst_0
            ireturn
        10: .line 776
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 8 // int y2
        end local 7 // int y1
        end local 6 // int x2
        end local 5 // int x1
        end local 4 // int rh
        end local 3 // int rw
        end local 2 // int ry
        end local 1 // int rx
        end local 0 // java.awt.Rectangle dest
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  dest  Ljava/awt/Rectangle;
            0   11     1    rx  I
            0   11     2    ry  I
            0   11     3    rw  I
            0   11     4    rh  I
            1   11     5    x1  I
            2   11     6    x2  I
            3   11     7    y1  I
            4   11     8    y2  I
    MethodParameters:
      Name  Flags
      dest  
      rx    
      ry    
      rw    
      rh    
}
SourceFile: "TitledBorder.java"
InnerClasses:
  public final BaselineResizeBehavior = java.awt.Component$BaselineResizeBehavior of java.awt.Component