class com.apple.laf.AquaInternalFrameUI$3 extends com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.Icon>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.apple.laf.AquaInternalFrameUI$3
  super_class: com.apple.laf.AquaUtils$RecyclableSingleton
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI$3 this
         0: .line 164
            aload 0 /* this */
            invokespecial com.apple.laf.AquaUtils$RecyclableSingleton.<init>:()V
            return
        end local 0 // com.apple.laf.AquaInternalFrameUI$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI$3;

  protected javax.swing.Icon getInstance();
    descriptor: ()Ljavax/swing/Icon;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaInternalFrameUI$3 this
         0: .line 166
            new com.apple.laf.AquaInternalFrameUI$AquaInternalFrameButtonIcon
            dup
            getstatic apple.laf.JRSUIConstants$Widget.TITLE_BAR_ZOOM_BOX:Lapple/laf/JRSUIConstants$Widget;
            invokespecial com.apple.laf.AquaInternalFrameUI$AquaInternalFrameButtonIcon.<init>:(Lapple/laf/JRSUIConstants$Widget;)V
            areturn
        end local 0 // com.apple.laf.AquaInternalFrameUI$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaInternalFrameUI$3;

  protected java.lang.Object getInstance();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.apple.laf.AquaInternalFrameUI$3.getInstance:()Ljavax/swing/Icon;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/Icon;>;
SourceFile: "AquaInternalFrameUI.java"
EnclosingMethod: com.apple.laf.AquaInternalFrameUI
NestHost: com.apple.laf.AquaInternalFrameUI
InnerClasses:
  public Widget = apple.laf.JRSUIConstants$Widget of apple.laf.JRSUIConstants
  com.apple.laf.AquaInternalFrameUI$3
  AquaInternalFrameButtonIcon = com.apple.laf.AquaInternalFrameUI$AquaInternalFrameButtonIcon of com.apple.laf.AquaInternalFrameUI
  abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils