public class javax.swing.plaf.BorderUIResource$TitledBorderUIResource extends javax.swing.border.TitledBorder implements javax.swing.plaf.UIResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.plaf.BorderUIResource$TitledBorderUIResource
  super_class: javax.swing.border.TitledBorder
{
  public void <init>(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.plaf.BorderUIResource$TitledBorderUIResource this
        start local 1 // java.lang.String title
         0: .line 214
            aload 0 /* this */
            aload 1 /* title */
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljava/lang/String;)V
         1: .line 215
            return
        end local 1 // java.lang.String title
        end local 0 // javax.swing.plaf.BorderUIResource$TitledBorderUIResource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/swing/plaf/BorderUIResource$TitledBorderUIResource;
            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=2, locals=2, args_size=2
        start local 0 // javax.swing.plaf.BorderUIResource$TitledBorderUIResource this
        start local 1 // javax.swing.border.Border border
         0: .line 218
            aload 0 /* this */
            aload 1 /* border */
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;)V
         1: .line 219
            return
        end local 1 // javax.swing.border.Border border
        end local 0 // javax.swing.plaf.BorderUIResource$TitledBorderUIResource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/plaf/BorderUIResource$TitledBorderUIResource;
            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=3, locals=3, args_size=3
        start local 0 // javax.swing.plaf.BorderUIResource$TitledBorderUIResource this
        start local 1 // javax.swing.border.Border border
        start local 2 // java.lang.String title
         0: .line 222
            aload 0 /* this */
            aload 1 /* border */
            aload 2 /* title */
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;Ljava/lang/String;)V
         1: .line 223
            return
        end local 2 // java.lang.String title
        end local 1 // javax.swing.border.Border border
        end local 0 // javax.swing.plaf.BorderUIResource$TitledBorderUIResource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavax/swing/plaf/BorderUIResource$TitledBorderUIResource;
            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=5, locals=5, args_size=5
        start local 0 // javax.swing.plaf.BorderUIResource$TitledBorderUIResource 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 229
            aload 0 /* this */
            aload 1 /* border */
            aload 2 /* title */
            iload 3 /* titleJustification */
            iload 4 /* titlePosition */
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;Ljava/lang/String;II)V
         1: .line 230
            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.plaf.BorderUIResource$TitledBorderUIResource this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Ljavax/swing/plaf/BorderUIResource$TitledBorderUIResource;
            0    2     1              border  Ljavax/swing/border/Border;
            0    2     2               title  Ljava/lang/String;
            0    2     3  titleJustification  I
            0    2     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=6, locals=6, args_size=6
        start local 0 // javax.swing.plaf.BorderUIResource$TitledBorderUIResource 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 237
            aload 0 /* this */
            aload 1 /* border */
            aload 2 /* title */
            iload 3 /* titleJustification */
            iload 4 /* titlePosition */
            aload 5 /* titleFont */
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;)V
         1: .line 238
            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.plaf.BorderUIResource$TitledBorderUIResource this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Ljavax/swing/plaf/BorderUIResource$TitledBorderUIResource;
            0    2     1              border  Ljavax/swing/border/Border;
            0    2     2               title  Ljava/lang/String;
            0    2     3  titleJustification  I
            0    2     4       titlePosition  I
            0    2     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=7, locals=7, args_size=7
        start local 0 // javax.swing.plaf.BorderUIResource$TitledBorderUIResource 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 247
            aload 0 /* this */
            aload 1 /* border */
            aload 2 /* title */
            iload 3 /* titleJustification */
            iload 4 /* titlePosition */
            aload 5 /* titleFont */
            aload 6 /* titleColor */
            invokespecial javax.swing.border.TitledBorder.<init>:(Ljavax/swing/border/Border;Ljava/lang/String;IILjava/awt/Font;Ljava/awt/Color;)V
         1: .line 248
            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.plaf.BorderUIResource$TitledBorderUIResource this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Ljavax/swing/plaf/BorderUIResource$TitledBorderUIResource;
            0    2     1              border  Ljavax/swing/border/Border;
            0    2     2               title  Ljava/lang/String;
            0    2     3  titleJustification  I
            0    2     4       titlePosition  I
            0    2     5           titleFont  Ljava/awt/Font;
            0    2     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          
}
SourceFile: "BorderUIResource.java"
NestHost: javax.swing.plaf.BorderUIResource
InnerClasses:
  public TitledBorderUIResource = javax.swing.plaf.BorderUIResource$TitledBorderUIResource of javax.swing.plaf.BorderUIResource