/home/dmaslows/NetBeansProjects/CS1/src/mmw/AfterJSB.java
 1 /*
 2  * To change this license header, choose License Headers in Project Properties.
 3  * To change this template file, choose Tools | Templates
 4  * and open the template in the editor.
 5  */
 6 package mmw;
 7 import composer.SComposer;
 8 
 9 /**
10  *
11  * @author dmaslows
12  */
13 public class AfterJSB {
14 
15     /**
16      * @param args the command line arguments
17      */
18     public static void main(String[] args) {
19         SComposer c = new SComposer();
20         c.text();
21         c.mms_31_JSB_M1();
22         c.mms_33_JSB_M2();
23         c.mms_33_JSB_M3();
24         c.mms_34_JSB_M6();
25         c.mms_34_JSB_M7();
26         c.mms_34_JSB_M8();
27         c.mms_35_JSB_M11();
28         c.mms_35_JSB_M12();
29         c.mms_36_JSB_M14();
30         c.mms_35_JSB_M13();
31         c.play();
32         c.untext();
33     }
34     
35 }
36