/*
 * Main.java
 *
 * Created on 19 de Abril de 2008, 13:04
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package sistema;

/**
 *
 * @author awolf
 */
public class Main {
    
    /** Creates a new instance of Main */
    public Main() {
    }
    
    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
       MenuPrincipal menu=new MenuPrincipal();
       menu.setVisible(true);
    }
    
}
