public class apple.laf.JRSUIUtils$InternalFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: apple.laf.JRSUIUtils$InternalFrame
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // apple.laf.JRSUIUtils$InternalFrame this
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // apple.laf.JRSUIUtils$InternalFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lapple/laf/JRSUIUtils$InternalFrame;

  public static boolean shouldUseLegacyBorderMetrics();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 88
            getstatic apple.laf.JRSUIUtils.isSnowLeopardOrBelow:Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "JRSUIUtils.java"
NestHost: apple.laf.JRSUIUtils
InnerClasses:
  public InternalFrame = apple.laf.JRSUIUtils$InternalFrame of apple.laf.JRSUIUtils