class com.apple.laf.AquaInternalFrameUI$CompoundUIBorder extends javax.swing.border.CompoundBorder implements javax.swing.plaf.UIResource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaInternalFrameUI$CompoundUIBorder
  super_class: javax.swing.border.CompoundBorder
{
  public void <init>(javax.swing.border.Border, javax.swing.border.Border);
    descriptor: (Ljavax/swing/border/Border;Ljavax/swing/border/Border;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaInternalFrameUI$CompoundUIBorder this
        start local 1 // javax.swing.border.Border inside
        start local 2 // javax.swing.border.Border outside
         0: .line 757
            aload 0 /* this */
            aload 1 /* inside */
            aload 2 /* outside */
            invokespecial javax.swing.border.CompoundBorder.<init>:(Ljavax/swing/border/Border;Ljavax/swing/border/Border;)V
            return
        end local 2 // javax.swing.border.Border outside
        end local 1 // javax.swing.border.Border inside
        end local 0 // com.apple.laf.AquaInternalFrameUI$CompoundUIBorder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/apple/laf/AquaInternalFrameUI$CompoundUIBorder;
            0    1     1   inside  Ljavax/swing/border/Border;
            0    1     2  outside  Ljavax/swing/border/Border;
    MethodParameters:
         Name  Flags
      inside   final
      outside  final
}
SourceFile: "AquaInternalFrameUI.java"
NestHost: com.apple.laf.AquaInternalFrameUI
InnerClasses:
  CompoundUIBorder = com.apple.laf.AquaInternalFrameUI$CompoundUIBorder of com.apple.laf.AquaInternalFrameUI