Classfile /C:/!/!/! PROGRAMMING/!           Z77/!              JASM/!      JDASM/MAIN.class
  Last modified Aug 23, 2013; size 458 bytes
  MD5 checksum 0325cf76ab606def8ac0956429dd4d31
  Compiled from "MAIN.java"
public class MAIN
  SourceFile: "MAIN.java"
  minor version: 0
  major version: 51
  flags: ACC_PUBLIC, ACC_SUPER

Constant pool:
   #1 = Methodref          #9.#18         //  java/lang/Object."<init>":()V
   #2 = Class              #19            //  javax/swing/JFrame
   #3 = Methodref          #2.#18         //  javax/swing/JFrame."<init>":()V
   #4 = Methodref          #2.#20         //  javax/swing/JFrame.setSize:(II)V
   #5 = String             #21            //  Java Frame Application
   #6 = Methodref          #2.#22         //  javax/swing/JFrame.setTitle:(Ljava/lang/String;)V
   #7 = Methodref          #2.#23         //  javax/swing/JFrame.setVisible:(Z)V
   #8 = Class              #24            //  MAIN
   #9 = Class              #25            //  java/lang/Object
  #10 = Utf8               <init>
  #11 = Utf8               ()V
  #12 = Utf8               Code
  #13 = Utf8               LineNumberTable
  #14 = Utf8               main
  #15 = Utf8               ([Ljava/lang/String;)V
  #16 = Utf8               SourceFile
  #17 = Utf8               MAIN.java
  #18 = NameAndType        #10:#11        //  "<init>":()V
  #19 = Utf8               javax/swing/JFrame
  #20 = NameAndType        #26:#27        //  setSize:(II)V
  #21 = Utf8               Java Frame Application
  #22 = NameAndType        #28:#29        //  setTitle:(Ljava/lang/String;)V
  #23 = NameAndType        #30:#31        //  setVisible:(Z)V
  #24 = Utf8               MAIN
  #25 = Utf8               java/lang/Object
  #26 = Utf8               setSize
  #27 = Utf8               (II)V
  #28 = Utf8               setTitle
  #29 = Utf8               (Ljava/lang/String;)V
  #30 = Utf8               setVisible
  #31 = Utf8               (Z)V
{
  public MAIN();
    Signature: ()V
    flags: ACC_PUBLIC

    LineNumberTable:
      line 3: 0
    Code:
      stack=1, locals=1, args_size=1
         0: aload_0       
         1: invokespecial #1                  // Method java/lang/Object."<init>":()V
         4: return        
      LineNumberTable:
        line 3: 0

  public static void main(java.lang.String[]);
    Signature: ([Ljava/lang/String;)V
    flags: ACC_PUBLIC, ACC_STATIC

    LineNumberTable:
      line 5: 0
      line 6: 8
      line 7: 18
      line 8: 24
      line 9: 29
    Code:
      stack=3, locals=2, args_size=1
         0: new           #2                  // class javax/swing/JFrame
         3: dup           
         4: invokespecial #3                  // Method javax/swing/JFrame."<init>":()V
         7: astore_1      
         8: aload_1       
         9: sipush        720
        12: sipush        480
        15: invokevirtual #4                  // Method javax/swing/JFrame.setSize:(II)V
        18: aload_1       
        19: ldc           #5                  // String Java Frame Application
        21: invokevirtual #6                  // Method javax/swing/JFrame.setTitle:(Ljava/lang/String;)V
        24: aload_1       
        25: iconst_1      
        26: invokevirtual #7                  // Method javax/swing/JFrame.setVisible:(Z)V
        29: return        
      LineNumberTable:
        line 5: 0
        line 6: 8
        line 7: 18
        line 8: 24
        line 9: 29
}
