public class com.apple.laf.AquaFonts
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaFonts
  super_class: java.lang.Object
{
  private static final java.lang.String MAC_DEFAULT_FONT_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Lucida Grande"

  private static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.plaf.FontUIResource> lucida9Pt;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/plaf/FontUIResource;>;

  private static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.plaf.FontUIResource> lucida11Pt;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/plaf/FontUIResource;>;

  private static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.plaf.FontUIResource> lucida12Pt;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/plaf/FontUIResource;>;

  private static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.plaf.FontUIResource> lucida13Pt;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/plaf/FontUIResource;>;

  private static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.plaf.FontUIResource> lucida14Pt;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/plaf/FontUIResource;>;

  private static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.plaf.FontUIResource> lucida13PtBold;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/plaf/FontUIResource;>;

  private static final com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.plaf.FontUIResource> lucida14PtBold;
    descriptor: Lcom/apple/laf/AquaUtils$RecyclableSingleton;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/plaf/FontUIResource;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            new com.apple.laf.AquaFonts$1
            dup
            invokespecial com.apple.laf.AquaFonts$1.<init>:()V
            putstatic com.apple.laf.AquaFonts.lucida9Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         1: .line 48
            new com.apple.laf.AquaFonts$2
            dup
            invokespecial com.apple.laf.AquaFonts$2.<init>:()V
            putstatic com.apple.laf.AquaFonts.lucida11Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         2: .line 54
            new com.apple.laf.AquaFonts$3
            dup
            invokespecial com.apple.laf.AquaFonts$3.<init>:()V
            putstatic com.apple.laf.AquaFonts.lucida12Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         3: .line 60
            new com.apple.laf.AquaFonts$4
            dup
            invokespecial com.apple.laf.AquaFonts$4.<init>:()V
            putstatic com.apple.laf.AquaFonts.lucida13Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         4: .line 66
            new com.apple.laf.AquaFonts$5
            dup
            invokespecial com.apple.laf.AquaFonts$5.<init>:()V
            putstatic com.apple.laf.AquaFonts.lucida14Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         5: .line 73
            new com.apple.laf.AquaFonts$6
            dup
            invokespecial com.apple.laf.AquaFonts$6.<init>:()V
            putstatic com.apple.laf.AquaFonts.lucida13PtBold:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         6: .line 79
            new com.apple.laf.AquaFonts$7
            dup
            invokespecial com.apple.laf.AquaFonts$7.<init>:()V
            putstatic com.apple.laf.AquaFonts.lucida14PtBold:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
         7: .line 84
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.laf.AquaFonts this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.apple.laf.AquaFonts this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/laf/AquaFonts;

  protected static javax.swing.plaf.FontUIResource getMiniControlTextFont();
    descriptor: ()Ljavax/swing/plaf/FontUIResource;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 87
            getstatic com.apple.laf.AquaFonts.lucida9Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.plaf.FontUIResource
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected static javax.swing.plaf.FontUIResource getSmallControlTextFont();
    descriptor: ()Ljavax/swing/plaf/FontUIResource;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 91
            getstatic com.apple.laf.AquaFonts.lucida11Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.plaf.FontUIResource
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.plaf.FontUIResource getControlTextFont();
    descriptor: ()Ljavax/swing/plaf/FontUIResource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 95
            getstatic com.apple.laf.AquaFonts.lucida13Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.plaf.FontUIResource
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.plaf.FontUIResource getControlTextSmallFont();
    descriptor: ()Ljavax/swing/plaf/FontUIResource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 99
            getstatic com.apple.laf.AquaFonts.lucida11Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.plaf.FontUIResource
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.plaf.FontUIResource getMenuFont();
    descriptor: ()Ljavax/swing/plaf/FontUIResource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 103
            getstatic com.apple.laf.AquaFonts.lucida14Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.plaf.FontUIResource
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.awt.Font getDockIconFont();
    descriptor: ()Ljava/awt/Font;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 107
            getstatic com.apple.laf.AquaFonts.lucida14PtBold:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast java.awt.Font
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.plaf.FontUIResource getAlertHeaderFont();
    descriptor: ()Ljavax/swing/plaf/FontUIResource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 111
            getstatic com.apple.laf.AquaFonts.lucida13PtBold:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.plaf.FontUIResource
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.plaf.FontUIResource getAlertMessageFont();
    descriptor: ()Ljavax/swing/plaf/FontUIResource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 115
            getstatic com.apple.laf.AquaFonts.lucida11Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.plaf.FontUIResource
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static javax.swing.plaf.FontUIResource getViewFont();
    descriptor: ()Ljavax/swing/plaf/FontUIResource;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 119
            getstatic com.apple.laf.AquaFonts.lucida12Pt:Lcom/apple/laf/AquaUtils$RecyclableSingleton;
            invokevirtual com.apple.laf.AquaUtils$RecyclableSingleton.get:()Ljava/lang/Object;
            checkcast javax.swing.plaf.FontUIResource
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AquaFonts.java"
NestMembers:
  com.apple.laf.AquaFonts$1  com.apple.laf.AquaFonts$2  com.apple.laf.AquaFonts$3  com.apple.laf.AquaFonts$4  com.apple.laf.AquaFonts$5  com.apple.laf.AquaFonts$6  com.apple.laf.AquaFonts$7  com.apple.laf.AquaFonts$DerivedUIResourceFont
InnerClasses:
  com.apple.laf.AquaFonts$1
  com.apple.laf.AquaFonts$2
  com.apple.laf.AquaFonts$3
  com.apple.laf.AquaFonts$4
  com.apple.laf.AquaFonts$5
  com.apple.laf.AquaFonts$6
  com.apple.laf.AquaFonts$7
  DerivedUIResourceFont = com.apple.laf.AquaFonts$DerivedUIResourceFont of com.apple.laf.AquaFonts
  abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils