public class com.apple.laf.AquaImageFactory$SlicedImageControl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.laf.AquaImageFactory$SlicedImageControl
  super_class: java.lang.Object
{
  final java.awt.image.BufferedImage NW;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0010) ACC_FINAL

  final java.awt.image.BufferedImage N;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0010) ACC_FINAL

  final java.awt.image.BufferedImage NE;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0010) ACC_FINAL

  final java.awt.image.BufferedImage W;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0010) ACC_FINAL

  final java.awt.image.BufferedImage C;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0010) ACC_FINAL

  final java.awt.image.BufferedImage E;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0010) ACC_FINAL

  final java.awt.image.BufferedImage SW;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0010) ACC_FINAL

  final java.awt.image.BufferedImage S;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0010) ACC_FINAL

  final java.awt.image.BufferedImage SE;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0010) ACC_FINAL

  final com.apple.laf.AquaImageFactory$NineSliceMetrics metrics;
    descriptor: Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
    flags: (0x0010) ACC_FINAL

  final int totalWidth;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int totalHeight;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int centerColWidth;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int centerRowHeight;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  public void <init>(java.awt.Image, int, int, int, int);
    descriptor: (Ljava/awt/Image;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
        start local 1 // java.awt.Image img
        start local 2 // int westCut
        start local 3 // int eastCut
        start local 4 // int northCut
        start local 5 // int southCut
         0: .line 326
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* westCut */
            iload 3 /* eastCut */
            iload 4 /* northCut */
            iload 5 /* southCut */
            iconst_1
            invokespecial com.apple.laf.AquaImageFactory$SlicedImageControl.<init>:(Ljava/awt/Image;IIIIZ)V
         1: .line 327
            return
        end local 5 // int southCut
        end local 4 // int northCut
        end local 3 // int eastCut
        end local 2 // int westCut
        end local 1 // java.awt.Image img
        end local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/apple/laf/AquaImageFactory$SlicedImageControl;
            0    2     1       img  Ljava/awt/Image;
            0    2     2   westCut  I
            0    2     3   eastCut  I
            0    2     4  northCut  I
            0    2     5  southCut  I
    MethodParameters:
          Name  Flags
      img       final
      westCut   final
      eastCut   final
      northCut  final
      southCut  final

  public void <init>(java.awt.Image, int, int, int, int, boolean);
    descriptor: (Ljava/awt/Image;IIIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
        start local 1 // java.awt.Image img
        start local 2 // int westCut
        start local 3 // int eastCut
        start local 4 // int northCut
        start local 5 // int southCut
        start local 6 // boolean useMiddle
         0: .line 330
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* westCut */
            iload 3 /* eastCut */
            iload 4 /* northCut */
            iload 5 /* southCut */
            iload 6 /* useMiddle */
            iconst_1
            iconst_1
            invokespecial com.apple.laf.AquaImageFactory$SlicedImageControl.<init>:(Ljava/awt/Image;IIIIZZZ)V
         1: .line 331
            return
        end local 6 // boolean useMiddle
        end local 5 // int southCut
        end local 4 // int northCut
        end local 3 // int eastCut
        end local 2 // int westCut
        end local 1 // java.awt.Image img
        end local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/apple/laf/AquaImageFactory$SlicedImageControl;
            0    2     1        img  Ljava/awt/Image;
            0    2     2    westCut  I
            0    2     3    eastCut  I
            0    2     4   northCut  I
            0    2     5   southCut  I
            0    2     6  useMiddle  Z
    MethodParameters:
           Name  Flags
      img        final
      westCut    final
      eastCut    final
      northCut   final
      southCut   final
      useMiddle  final

  public void <init>(java.awt.Image, int, int, int, int, boolean, boolean, boolean);
    descriptor: (Ljava/awt/Image;IIIIZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=9, args_size=9
        start local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
        start local 1 // java.awt.Image img
        start local 2 // int westCut
        start local 3 // int eastCut
        start local 4 // int northCut
        start local 5 // int southCut
        start local 6 // boolean useMiddle
        start local 7 // boolean stretchHorizontally
        start local 8 // boolean stretchVertically
         0: .line 334
            aload 0 /* this */
            aload 1 /* img */
            new com.apple.laf.AquaImageFactory$NineSliceMetrics
            dup
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            iload 2 /* westCut */
            iload 3 /* eastCut */
            iload 4 /* northCut */
            iload 5 /* southCut */
            iload 6 /* useMiddle */
            iload 7 /* stretchHorizontally */
            iload 8 /* stretchVertically */
            invokespecial com.apple.laf.AquaImageFactory$NineSliceMetrics.<init>:(IIIIIIZZZ)V
            invokespecial com.apple.laf.AquaImageFactory$SlicedImageControl.<init>:(Ljava/awt/Image;Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;)V
         1: .line 335
            return
        end local 8 // boolean stretchVertically
        end local 7 // boolean stretchHorizontally
        end local 6 // boolean useMiddle
        end local 5 // int southCut
        end local 4 // int northCut
        end local 3 // int eastCut
        end local 2 // int westCut
        end local 1 // java.awt.Image img
        end local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/apple/laf/AquaImageFactory$SlicedImageControl;
            0    2     1                  img  Ljava/awt/Image;
            0    2     2              westCut  I
            0    2     3              eastCut  I
            0    2     4             northCut  I
            0    2     5             southCut  I
            0    2     6            useMiddle  Z
            0    2     7  stretchHorizontally  Z
            0    2     8    stretchVertically  Z
    MethodParameters:
                     Name  Flags
      img                  final
      westCut              final
      eastCut              final
      northCut             final
      southCut             final
      useMiddle            final
      stretchHorizontally  final
      stretchVertically    final

  public void <init>(java.awt.Image, com.apple.laf.AquaImageFactory$NineSliceMetrics);
    descriptor: (Ljava/awt/Image;Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
        start local 1 // java.awt.Image img
        start local 2 // com.apple.laf.AquaImageFactory$NineSliceMetrics metrics
         0: .line 337
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 338
            aload 0 /* this */
            aload 2 /* metrics */
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
         2: .line 340
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.minW:I
            if_icmpne 3
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.minH:I
            if_icmpeq 4
         3: .line 341
      StackMap locals: com.apple.laf.AquaImageFactory$SlicedImageControl java.awt.Image com.apple.laf.AquaImageFactory$NineSliceMetrics
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "SlicedImageControl: template image and NineSliceMetrics don't agree on minimum dimensions"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.minW:I
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalWidth:I
         5: .line 345
            aload 0 /* this */
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.minH:I
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalHeight:I
         6: .line 346
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalWidth:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            isub
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            isub
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.centerColWidth:I
         7: .line 347
            aload 0 /* this */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalHeight:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            isub
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            isub
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.centerRowHeight:I
         8: .line 349
            aload 0 /* this */
            aload 1 /* img */
            iconst_0
            iconst_0
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            invokestatic com.apple.laf.AquaImageFactory$SlicedImageControl.createSlice:(Ljava/awt/Image;IIII)Ljava/awt/image/BufferedImage;
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.NW:Ljava/awt/image/BufferedImage;
         9: .line 350
            aload 0 /* this */
            aload 1 /* img */
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            iconst_0
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.centerColWidth:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            invokestatic com.apple.laf.AquaImageFactory$SlicedImageControl.createSlice:(Ljava/awt/Image;IIII)Ljava/awt/image/BufferedImage;
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.N:Ljava/awt/image/BufferedImage;
        10: .line 351
            aload 0 /* this */
            aload 1 /* img */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalWidth:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            isub
            iconst_0
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            invokestatic com.apple.laf.AquaImageFactory$SlicedImageControl.createSlice:(Ljava/awt/Image;IIII)Ljava/awt/image/BufferedImage;
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.NE:Ljava/awt/image/BufferedImage;
        11: .line 352
            aload 0 /* this */
            aload 1 /* img */
            iconst_0
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.centerRowHeight:I
            invokestatic com.apple.laf.AquaImageFactory$SlicedImageControl.createSlice:(Ljava/awt/Image;IIII)Ljava/awt/image/BufferedImage;
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.W:Ljava/awt/image/BufferedImage;
        12: .line 353
            aload 0 /* this */
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.showMiddle:Z
            ifeq 13
            aload 1 /* img */
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.centerColWidth:I
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.centerRowHeight:I
            invokestatic com.apple.laf.AquaImageFactory$SlicedImageControl.createSlice:(Ljava/awt/Image;IIII)Ljava/awt/image/BufferedImage;
            goto 14
      StackMap locals:
      StackMap stack: com.apple.laf.AquaImageFactory$SlicedImageControl
        13: aconst_null
      StackMap locals: com.apple.laf.AquaImageFactory$SlicedImageControl java.awt.Image com.apple.laf.AquaImageFactory$NineSliceMetrics
      StackMap stack: com.apple.laf.AquaImageFactory$SlicedImageControl java.awt.image.BufferedImage
        14: putfield com.apple.laf.AquaImageFactory$SlicedImageControl.C:Ljava/awt/image/BufferedImage;
        15: .line 354
            aload 0 /* this */
            aload 1 /* img */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalWidth:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            isub
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.centerRowHeight:I
            invokestatic com.apple.laf.AquaImageFactory$SlicedImageControl.createSlice:(Ljava/awt/Image;IIII)Ljava/awt/image/BufferedImage;
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.E:Ljava/awt/image/BufferedImage;
        16: .line 355
            aload 0 /* this */
            aload 1 /* img */
            iconst_0
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalHeight:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            isub
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            invokestatic com.apple.laf.AquaImageFactory$SlicedImageControl.createSlice:(Ljava/awt/Image;IIII)Ljava/awt/image/BufferedImage;
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.SW:Ljava/awt/image/BufferedImage;
        17: .line 356
            aload 0 /* this */
            aload 1 /* img */
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalHeight:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.centerColWidth:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            invokestatic com.apple.laf.AquaImageFactory$SlicedImageControl.createSlice:(Ljava/awt/Image;IIII)Ljava/awt/image/BufferedImage;
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.S:Ljava/awt/image/BufferedImage;
        18: .line 357
            aload 0 /* this */
            aload 1 /* img */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalWidth:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalHeight:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            isub
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            aload 2 /* metrics */
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            invokestatic com.apple.laf.AquaImageFactory$SlicedImageControl.createSlice:(Ljava/awt/Image;IIII)Ljava/awt/image/BufferedImage;
            putfield com.apple.laf.AquaImageFactory$SlicedImageControl.SE:Ljava/awt/image/BufferedImage;
        19: .line 358
            return
        end local 2 // com.apple.laf.AquaImageFactory$NineSliceMetrics metrics
        end local 1 // java.awt.Image img
        end local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lcom/apple/laf/AquaImageFactory$SlicedImageControl;
            0   20     1      img  Ljava/awt/Image;
            0   20     2  metrics  Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
    MethodParameters:
         Name  Flags
      img      final
      metrics  final

  static java.awt.image.BufferedImage createSlice(java.awt.Image, int, int, int, int);
    descriptor: (Ljava/awt/Image;IIII)Ljava/awt/image/BufferedImage;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=11, locals=7, args_size=5
        start local 0 // java.awt.Image img
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 361
            iload 3 /* w */
            ifeq 1
            iload 4 /* h */
            ifne 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
            areturn
         2: .line 363
      StackMap locals:
      StackMap stack:
            new java.awt.image.BufferedImage
            dup
            iload 3 /* w */
            iload 4 /* h */
            iconst_3
            invokespecial java.awt.image.BufferedImage.<init>:(III)V
            astore 5 /* slice */
        start local 5 // java.awt.image.BufferedImage slice
         3: .line 364
            aload 5 /* slice */
            invokevirtual java.awt.image.BufferedImage.createGraphics:()Ljava/awt/Graphics2D;
            astore 6 /* g2d */
        start local 6 // java.awt.Graphics2D g2d
         4: .line 365
            aload 6 /* g2d */
            aload 0 /* img */
            iconst_0
            iconst_0
            iload 3 /* w */
            iload 4 /* h */
            iload 1 /* x */
            iload 2 /* y */
            iload 1 /* x */
            iload 3 /* w */
            iadd
            iload 2 /* y */
            iload 4 /* h */
            iadd
            aconst_null
            invokevirtual java.awt.Graphics2D.drawImage:(Ljava/awt/Image;IIIIIIIILjava/awt/image/ImageObserver;)Z
            pop
         5: .line 366
            aload 6 /* g2d */
            invokevirtual java.awt.Graphics2D.dispose:()V
         6: .line 368
            aload 5 /* slice */
            areturn
        end local 6 // java.awt.Graphics2D g2d
        end local 5 // java.awt.image.BufferedImage slice
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // java.awt.Image img
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0    img  Ljava/awt/Image;
            0    7     1      x  I
            0    7     2      y  I
            0    7     3      w  I
            0    7     4      h  I
            3    7     5  slice  Ljava/awt/image/BufferedImage;
            4    7     6    g2d  Ljava/awt/Graphics2D;
    MethodParameters:
      Name  Flags
      img   final
      x     final
      y     final
      w     final
      h     final

  public void paint(java.awt.Graphics, int, int, int, int);
    descriptor: (Ljava/awt/Graphics;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
        start local 1 // java.awt.Graphics g
        start local 2 // int x
        start local 3 // int y
        start local 4 // int w
        start local 5 // int h
         0: .line 372
            aload 1 /* g */
            iload 2 /* x */
            iload 3 /* y */
            invokevirtual java.awt.Graphics.translate:(II)V
         1: .line 374
            iload 4 /* w */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalWidth:I
            if_icmplt 2
            iload 5 /* h */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalHeight:I
            if_icmpge 4
         2: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            iload 4 /* w */
            iload 5 /* h */
            invokevirtual com.apple.laf.AquaImageFactory$SlicedImageControl.paintCompressed:(Ljava/awt/Graphics;II)V
         3: .line 376
            goto 5
         4: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* g */
            iload 4 /* w */
            iload 5 /* h */
            invokevirtual com.apple.laf.AquaImageFactory$SlicedImageControl.paintStretchedMiddles:(Ljava/awt/Graphics;II)V
         5: .line 380
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            iload 2 /* x */
            ineg
            iload 3 /* y */
            ineg
            invokevirtual java.awt.Graphics.translate:(II)V
         6: .line 381
            return
        end local 5 // int h
        end local 4 // int w
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/apple/laf/AquaImageFactory$SlicedImageControl;
            0    7     1     g  Ljava/awt/Graphics;
            0    7     2     x  I
            0    7     3     y  I
            0    7     4     w  I
            0    7     5     h  I
    MethodParameters:
      Name  Flags
      g     final
      x     final
      y     final
      w     final
      h     final

  void paintStretchedMiddles(java.awt.Graphics, int, int);
    descriptor: (Ljava/awt/Graphics;II)V
    flags: (0x0000) 
    Code:
      stack=7, locals=8, args_size=4
        start local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
        start local 1 // java.awt.Graphics g
        start local 2 // int w
        start local 3 // int h
         0: .line 384
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.stretchH:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 2 /* w */
            iconst_2
            idiv
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalWidth:I
            iconst_2
            idiv
            isub
      StackMap locals:
      StackMap stack: int
         2: istore 4 /* baseX */
        start local 4 // int baseX
         3: .line 385
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.stretchV:Z
            ifeq 4
            iconst_0
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iload 3 /* h */
            iconst_2
            idiv
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalHeight:I
            iconst_2
            idiv
            isub
      StackMap locals:
      StackMap stack: int
         5: istore 5 /* baseY */
        start local 5 // int baseY
         6: .line 386
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.stretchH:Z
            ifeq 7
            iload 2 /* w */
            goto 8
      StackMap locals: int
      StackMap stack:
         7: aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalWidth:I
      StackMap locals:
      StackMap stack: int
         8: istore 6 /* adjustedWidth */
        start local 6 // int adjustedWidth
         9: .line 387
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.stretchV:Z
            ifeq 10
            iload 3 /* h */
            goto 11
      StackMap locals: int
      StackMap stack:
        10: aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalHeight:I
      StackMap locals:
      StackMap stack: int
        11: istore 7 /* adjustedHeight */
        start local 7 // int adjustedHeight
        12: .line 389
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.NW:Ljava/awt/image/BufferedImage;
            ifnull 13
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.NW:Ljava/awt/image/BufferedImage;
            iload 4 /* baseX */
            iload 5 /* baseY */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z
            pop
        13: .line 390
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.N:Ljava/awt/image/BufferedImage;
            ifnull 14
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.N:Ljava/awt/image/BufferedImage;
            iload 4 /* baseX */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            iadd
            iload 5 /* baseY */
            iload 6 /* adjustedWidth */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        14: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.NE:Ljava/awt/image/BufferedImage;
            ifnull 15
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.NE:Ljava/awt/image/BufferedImage;
            iload 4 /* baseX */
            iload 6 /* adjustedWidth */
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            isub
            iload 5 /* baseY */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z
            pop
        15: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.W:Ljava/awt/image/BufferedImage;
            ifnull 16
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.W:Ljava/awt/image/BufferedImage;
            iload 4 /* baseX */
            iload 5 /* baseY */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            iload 7 /* adjustedHeight */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            isub
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        16: .line 393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.C:Ljava/awt/image/BufferedImage;
            ifnull 17
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.C:Ljava/awt/image/BufferedImage;
            iload 4 /* baseX */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            iadd
            iload 5 /* baseY */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            iadd
            iload 6 /* adjustedWidth */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            isub
            iload 7 /* adjustedHeight */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            isub
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        17: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.E:Ljava/awt/image/BufferedImage;
            ifnull 18
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.E:Ljava/awt/image/BufferedImage;
            iload 4 /* baseX */
            iload 6 /* adjustedWidth */
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            isub
            iload 5 /* baseY */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            iload 7 /* adjustedHeight */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            isub
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        18: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.SW:Ljava/awt/image/BufferedImage;
            ifnull 19
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.SW:Ljava/awt/image/BufferedImage;
            iload 4 /* baseX */
            iload 5 /* baseY */
            iload 7 /* adjustedHeight */
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            isub
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z
            pop
        19: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.S:Ljava/awt/image/BufferedImage;
            ifnull 20
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.S:Ljava/awt/image/BufferedImage;
            iload 4 /* baseX */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            iadd
            iload 5 /* baseY */
            iload 7 /* adjustedHeight */
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            isub
            iload 6 /* adjustedWidth */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            isub
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        20: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.SE:Ljava/awt/image/BufferedImage;
            ifnull 21
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.SE:Ljava/awt/image/BufferedImage;
            iload 4 /* baseX */
            iload 6 /* adjustedWidth */
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            isub
            iload 5 /* baseY */
            iload 7 /* adjustedHeight */
            iadd
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            isub
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z
            pop
        21: .line 410
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int adjustedHeight
        end local 6 // int adjustedWidth
        end local 5 // int baseY
        end local 4 // int baseX
        end local 3 // int h
        end local 2 // int w
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   22     0            this  Lcom/apple/laf/AquaImageFactory$SlicedImageControl;
            0   22     1               g  Ljava/awt/Graphics;
            0   22     2               w  I
            0   22     3               h  I
            3   22     4           baseX  I
            6   22     5           baseY  I
            9   22     6   adjustedWidth  I
           12   22     7  adjustedHeight  I
    MethodParameters:
      Name  Flags
      g     final
      w     final
      h     final

  void paintCompressed(java.awt.Graphics, int, int);
    descriptor: (Ljava/awt/Graphics;II)V
    flags: (0x0000) 
    Code:
      stack=7, locals=14, args_size=4
        start local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
        start local 1 // java.awt.Graphics g
        start local 2 // int w
        start local 3 // int h
         0: .line 413
            iload 3 /* h */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalHeight:I
            if_icmple 1
            dconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 3 /* h */
            i2d
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalHeight:I
            i2d
            ddiv
      StackMap locals:
      StackMap stack: double
         2: dstore 4 /* heightRatio */
        start local 4 // double heightRatio
         3: .line 414
            iload 2 /* w */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalWidth:I
            if_icmple 4
            dconst_1
            goto 5
      StackMap locals: double
      StackMap stack:
         4: iload 2 /* w */
            i2d
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.totalWidth:I
            i2d
            ddiv
      StackMap locals:
      StackMap stack: double
         5: dstore 6 /* widthRatio */
        start local 6 // double widthRatio
         6: .line 416
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.nCut:I
            i2d
            dload 4 /* heightRatio */
            dmul
            d2i
            istore 8 /* northHeight */
        start local 8 // int northHeight
         7: .line 417
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.sCut:I
            i2d
            dload 4 /* heightRatio */
            dmul
            d2i
            istore 9 /* southHeight */
        start local 9 // int southHeight
         8: .line 418
            iload 3 /* h */
            iload 8 /* northHeight */
            isub
            iload 9 /* southHeight */
            isub
            istore 10 /* centerHeight */
        start local 10 // int centerHeight
         9: .line 420
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.wCut:I
            i2d
            dload 6 /* widthRatio */
            dmul
            d2i
            istore 11 /* westWidth */
        start local 11 // int westWidth
        10: .line 421
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.metrics:Lcom/apple/laf/AquaImageFactory$NineSliceMetrics;
            getfield com.apple.laf.AquaImageFactory$NineSliceMetrics.eCut:I
            i2d
            dload 6 /* widthRatio */
            dmul
            d2i
            istore 12 /* eastWidth */
        start local 12 // int eastWidth
        11: .line 422
            iload 2 /* w */
            iload 11 /* westWidth */
            isub
            iload 12 /* eastWidth */
            isub
            istore 13 /* centerWidth */
        start local 13 // int centerWidth
        12: .line 424
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.NW:Ljava/awt/image/BufferedImage;
            ifnull 13
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.NW:Ljava/awt/image/BufferedImage;
            iconst_0
            iconst_0
            iload 11 /* westWidth */
            iload 8 /* northHeight */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        13: .line 425
      StackMap locals: com.apple.laf.AquaImageFactory$SlicedImageControl java.awt.Graphics int int double double int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.N:Ljava/awt/image/BufferedImage;
            ifnull 14
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.N:Ljava/awt/image/BufferedImage;
            iload 11 /* westWidth */
            iconst_0
            iload 13 /* centerWidth */
            iload 8 /* northHeight */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        14: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.NE:Ljava/awt/image/BufferedImage;
            ifnull 15
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.NE:Ljava/awt/image/BufferedImage;
            iload 2 /* w */
            iload 12 /* eastWidth */
            isub
            iconst_0
            iload 12 /* eastWidth */
            iload 8 /* northHeight */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        15: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.W:Ljava/awt/image/BufferedImage;
            ifnull 16
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.W:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 8 /* northHeight */
            iload 11 /* westWidth */
            iload 10 /* centerHeight */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        16: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.C:Ljava/awt/image/BufferedImage;
            ifnull 17
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.C:Ljava/awt/image/BufferedImage;
            iload 11 /* westWidth */
            iload 8 /* northHeight */
            iload 13 /* centerWidth */
            iload 10 /* centerHeight */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        17: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.E:Ljava/awt/image/BufferedImage;
            ifnull 18
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.E:Ljava/awt/image/BufferedImage;
            iload 2 /* w */
            iload 12 /* eastWidth */
            isub
            iload 8 /* northHeight */
            iload 12 /* eastWidth */
            iload 10 /* centerHeight */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        18: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.SW:Ljava/awt/image/BufferedImage;
            ifnull 19
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.SW:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 3 /* h */
            iload 9 /* southHeight */
            isub
            iload 11 /* westWidth */
            iload 9 /* southHeight */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        19: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.S:Ljava/awt/image/BufferedImage;
            ifnull 20
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.S:Ljava/awt/image/BufferedImage;
            iload 11 /* westWidth */
            iload 3 /* h */
            iload 9 /* southHeight */
            isub
            iload 13 /* centerWidth */
            iload 9 /* southHeight */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        20: .line 432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.SE:Ljava/awt/image/BufferedImage;
            ifnull 21
            aload 1 /* g */
            aload 0 /* this */
            getfield com.apple.laf.AquaImageFactory$SlicedImageControl.SE:Ljava/awt/image/BufferedImage;
            iload 2 /* w */
            iload 12 /* eastWidth */
            isub
            iload 3 /* h */
            iload 9 /* southHeight */
            isub
            iload 12 /* eastWidth */
            iload 9 /* southHeight */
            aconst_null
            invokevirtual java.awt.Graphics.drawImage:(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
            pop
        21: .line 433
      StackMap locals:
      StackMap stack:
            return
        end local 13 // int centerWidth
        end local 12 // int eastWidth
        end local 11 // int westWidth
        end local 10 // int centerHeight
        end local 9 // int southHeight
        end local 8 // int northHeight
        end local 6 // double widthRatio
        end local 4 // double heightRatio
        end local 3 // int h
        end local 2 // int w
        end local 1 // java.awt.Graphics g
        end local 0 // com.apple.laf.AquaImageFactory$SlicedImageControl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lcom/apple/laf/AquaImageFactory$SlicedImageControl;
            0   22     1             g  Ljava/awt/Graphics;
            0   22     2             w  I
            0   22     3             h  I
            3   22     4   heightRatio  D
            6   22     6    widthRatio  D
            7   22     8   northHeight  I
            8   22     9   southHeight  I
            9   22    10  centerHeight  I
           10   22    11     westWidth  I
           11   22    12     eastWidth  I
           12   22    13   centerWidth  I
    MethodParameters:
      Name  Flags
      g     final
      w     final
      h     final
}
SourceFile: "AquaImageFactory.java"
NestHost: com.apple.laf.AquaImageFactory
InnerClasses:
  public NineSliceMetrics = com.apple.laf.AquaImageFactory$NineSliceMetrics of com.apple.laf.AquaImageFactory
  public SlicedImageControl = com.apple.laf.AquaImageFactory$SlicedImageControl of com.apple.laf.AquaImageFactory