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

/**
 *
 * @author felix
 */
public class PruebaMiVentana {
    static public void main(String args[]){
        MiVentana2 a = new MiVentana2();
    }
}
