class com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton extends com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$FrameButton
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton
  super_class: com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$FrameButton
{
  final com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane this$0;
    descriptor: Lcom/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane);
    descriptor: (Lcom/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton this
         0: .line 314
            aload 0 /* this */
            aload 1
            putfield com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton.this$0:Lcom/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane;
            aload 0 /* this */
            aload 1
            invokespecial com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$FrameButton.<init>:(Lcom/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane;)V
            return
        end local 0 // com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane$SystemButton;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isFocusTraversable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton this
         0: .line 315
            iconst_0
            ireturn
        end local 0 // com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane$SystemButton;

  public void requestFocus();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton this
         0: .line 316
            return
        end local 0 // com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane$SystemButton;

  public void paintComponent(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton this
        start local 1 // java.awt.Graphics g
         0: .line 319
            aload 0 /* this */
            aload 1 /* g */
            invokespecial com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$FrameButton.paintComponent:(Ljava/awt/Graphics;)V
         1: .line 320
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton.this$0:Lcom/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane;
            getfield com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane.highlight:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         2: .line 321
            aload 1 /* g */
            iconst_4
            bipush 8
            iconst_4
            bipush 11
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         3: .line 322
            aload 1 /* g */
            iconst_4
            bipush 8
            bipush 14
            bipush 8
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         4: .line 323
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton.this$0:Lcom/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane;
            getfield com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane.shadow:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         5: .line 324
            aload 1 /* g */
            iconst_5
            bipush 11
            bipush 14
            bipush 11
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         6: .line 325
            aload 1 /* g */
            bipush 14
            bipush 9
            bipush 14
            bipush 11
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
         7: .line 326
            return
        end local 1 // java.awt.Graphics g
        end local 0 // com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane$SystemButton;
            0    8     1     g  Ljava/awt/Graphics;
    MethodParameters:
      Name  Flags
      g     
}
SourceFile: "MotifInternalFrameTitlePane.java"
NestHost: com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane
InnerClasses:
  private abstract FrameButton = com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$FrameButton of com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane
  private SystemButton = com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane$SystemButton of com.sun.java.swing.plaf.motif.MotifInternalFrameTitlePane