class sun.awt.motif.MWindowAttributes
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.motif.MWindowAttributes
  super_class: java.lang.Object
{
  static int NORMAL;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int ICONIC;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int MAXIMIZED;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_DECOR_NONE;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_DECOR_ALL;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_DECOR_BORDER;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_DECOR_RESIZEH;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_DECOR_TITLE;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_DECOR_MENU;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_DECOR_MINIMIZE;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_DECOR_MAXIMIZE;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_UNOBSCURED;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_PARTIALLY_OBSCURED;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_FULLY_OBSCURED;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static int AWT_UNKNOWN_OBSCURITY;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  boolean nativeDecor;
    descriptor: Z
    flags: (0x0000) 

  boolean initialFocus;
    descriptor: Z
    flags: (0x0000) 

  boolean isResizable;
    descriptor: Z
    flags: (0x0000) 

  int initialState;
    descriptor: I
    flags: (0x0000) 

  int visibilityState;
    descriptor: I
    flags: (0x0000) 

  java.lang.String title;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.awt.Image icon;
    descriptor: Ljava/awt/Image;
    flags: (0x0000) 

  int decorations;
    descriptor: I
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 29
            iconst_0
            putstatic sun.awt.motif.MWindowAttributes.NORMAL:I
         1: .line 30
            iconst_1
            putstatic sun.awt.motif.MWindowAttributes.ICONIC:I
         2: .line 31
            iconst_2
            putstatic sun.awt.motif.MWindowAttributes.MAXIMIZED:I
         3: .line 33
            iconst_0
            putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_NONE:I
         4: .line 34
            iconst_1
            putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_ALL:I
         5: .line 35
            iconst_2
            putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_BORDER:I
         6: .line 36
            iconst_4
            putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_RESIZEH:I
         7: .line 37
            bipush 8
            putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_TITLE:I
         8: .line 38
            bipush 16
            putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_MENU:I
         9: .line 39
            bipush 32
            putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_MINIMIZE:I
        10: .line 40
            bipush 64
            putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_MAXIMIZE:I
        11: .line 41
            iconst_0
            putstatic sun.awt.motif.MWindowAttributes.AWT_UNOBSCURED:I
        12: .line 42
            iconst_1
            putstatic sun.awt.motif.MWindowAttributes.AWT_PARTIALLY_OBSCURED:I
        13: .line 43
            iconst_2
            putstatic sun.awt.motif.MWindowAttributes.AWT_FULLY_OBSCURED:I
        14: .line 44
            iconst_3
            putstatic sun.awt.motif.MWindowAttributes.AWT_UNKNOWN_OBSCURITY:I
        15: .line 59
            invokestatic sun.awt.motif.MWindowAttributes.initIDs:()V
        16: .line 60
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static native void initIDs();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.motif.MWindowAttributes this
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            iconst_0
            putfield sun.awt.motif.MWindowAttributes.nativeDecor:Z
         2: .line 64
            aload 0 /* this */
            iconst_0
            putfield sun.awt.motif.MWindowAttributes.initialFocus:Z
         3: .line 65
            aload 0 /* this */
            iconst_0
            putfield sun.awt.motif.MWindowAttributes.isResizable:Z
         4: .line 66
            aload 0 /* this */
            getstatic sun.awt.motif.MWindowAttributes.NORMAL:I
            putfield sun.awt.motif.MWindowAttributes.initialState:I
         5: .line 67
            aload 0 /* this */
            getstatic sun.awt.motif.MWindowAttributes.AWT_UNKNOWN_OBSCURITY:I
            putfield sun.awt.motif.MWindowAttributes.visibilityState:I
         6: .line 68
            aload 0 /* this */
            aconst_null
            putfield sun.awt.motif.MWindowAttributes.title:Ljava/lang/String;
         7: .line 69
            aload 0 /* this */
            aconst_null
            putfield sun.awt.motif.MWindowAttributes.icon:Ljava/awt/Image;
         8: .line 70
            aload 0 /* this */
            iconst_0
            putfield sun.awt.motif.MWindowAttributes.decorations:I
         9: .line 71
            return
        end local 0 // sun.awt.motif.MWindowAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/awt/motif/MWindowAttributes;
}
SourceFile: "MWindowAttributes.java"