view src/MPipeline/src/mpipeline/Main.java @ 46:ca0b8d4dcdb6 database-connection-manager

Fix
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Tue, 06 Dec 2011 19:07:27 +0100
parents f0afece42f48
children
line wrap: on
line source

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

package mpipeline;

import java.io.Serializable;

/**
 *
 * @author hewitson
 */
public class Main  implements Serializable{

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        MainWindow mw = new MainWindow();
        mw.setVisible(true);
    }

}