/home/rkanin/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 
 8 import composer.SComposer;
 9 
10 /**
11  *
12  * @author rkanin
13  */
14 public class AFterJSB {
15 
16     /**
17      * @param args the command line arguments
18      */
19     public static void main(String[] args) {
20         SComposer c = new SComposer();
21         c.text();
22         c.mms_35_JSB_M9();
23         c.mms_35_JSB_M12();
24         c.mms_35_JSB_M13();
25         c.mms_35_JSB_M12();
26         c.mms_35_JSB_M9();
27         c.mms_35_JSB_M12();
28         c.mms_35_JSB_M13();
29         c.mms_34_JSB_M8();
30         c.mms_31_JSB_M1();
31        
32                 
33         
34     }
35     
36 }
37