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 ;
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: iconst_0
putstatic sun.awt.motif.MWindowAttributes.NORMAL:I
1: iconst_1
putstatic sun.awt.motif.MWindowAttributes.ICONIC:I
2: iconst_2
putstatic sun.awt.motif.MWindowAttributes.MAXIMIZED:I
3: iconst_0
putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_NONE:I
4: iconst_1
putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_ALL:I
5: iconst_2
putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_BORDER:I
6: iconst_4
putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_RESIZEH:I
7: bipush 8
putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_TITLE:I
8: bipush 16
putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_MENU:I
9: bipush 32
putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_MINIMIZE:I
10: bipush 64
putstatic sun.awt.motif.MWindowAttributes.AWT_DECOR_MAXIMIZE:I
11: iconst_0
putstatic sun.awt.motif.MWindowAttributes.AWT_UNOBSCURED:I
12: iconst_1
putstatic sun.awt.motif.MWindowAttributes.AWT_PARTIALLY_OBSCURED:I
13: iconst_2
putstatic sun.awt.motif.MWindowAttributes.AWT_FULLY_OBSCURED:I
14: iconst_3
putstatic sun.awt.motif.MWindowAttributes.AWT_UNKNOWN_OBSCURITY:I
15: invokestatic sun.awt.motif.MWindowAttributes.initIDs:()V
16: 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield sun.awt.motif.MWindowAttributes.nativeDecor:Z
2: aload 0
iconst_0
putfield sun.awt.motif.MWindowAttributes.initialFocus:Z
3: aload 0
iconst_0
putfield sun.awt.motif.MWindowAttributes.isResizable:Z
4: aload 0
getstatic sun.awt.motif.MWindowAttributes.NORMAL:I
putfield sun.awt.motif.MWindowAttributes.initialState:I
5: aload 0
getstatic sun.awt.motif.MWindowAttributes.AWT_UNKNOWN_OBSCURITY:I
putfield sun.awt.motif.MWindowAttributes.visibilityState:I
6: aload 0
aconst_null
putfield sun.awt.motif.MWindowAttributes.title:Ljava/lang/String;
7: aload 0
aconst_null
putfield sun.awt.motif.MWindowAttributes.icon:Ljava/awt/Image;
8: aload 0
iconst_0
putfield sun.awt.motif.MWindowAttributes.decorations:I
9: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/awt/motif/MWindowAttributes;
}
SourceFile: "MWindowAttributes.java"