class com.apple.laf.AquaInternalFrameUI$2 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$2
super_class: com.apple.laf.AquaUtils$RecyclableSingleton
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.apple.laf.AquaUtils$RecyclableSingleton.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/laf/AquaInternalFrameUI$2;
protected javax.swing.Icon getInstance();
descriptor: ()Ljavax/swing/Icon;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaInternalFrameUI$AquaInternalFrameButtonIcon
dup
getstatic apple.laf.JRSUIConstants$Widget.TITLE_BAR_COLLAPSE_BOX:Lapple/laf/JRSUIConstants$Widget;
invokespecial com.apple.laf.AquaInternalFrameUI$AquaInternalFrameButtonIcon.<init>:(Lapple/laf/JRSUIConstants$Widget;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/laf/AquaInternalFrameUI$2;
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: aload 0
invokevirtual com.apple.laf.AquaInternalFrameUI$2.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$2
AquaInternalFrameButtonIcon = com.apple.laf.AquaInternalFrameUI$AquaInternalFrameButtonIcon of com.apple.laf.AquaInternalFrameUI
abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils