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 40
            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 47
            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 53
            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 59
            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 65
            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 72
            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 78
            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 83
            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 37
            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 86
            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 90
            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 94
            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 98
            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 102
            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 106
            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 110
            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 114
            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 118
            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