/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package xmlinverter;

/**
 *
 * @author yudo
 */
public class Main {
private mainProgram mp ;
    /**
     * @param args the command line arguments
     */
    public void main(String[] args) {
        // TODO code application logic here
        mp.setVisible(true);
    }

}
