Creacion de Proyecto
This commit is contained in:
parent
b31ca5b1bc
commit
f14f54d1a6
|
@ -0,0 +1,13 @@
|
||||||
|
/*
|
||||||
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||||
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
|
||||||
|
*/
|
||||||
|
package Controlador;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author juanl
|
||||||
|
*/
|
||||||
|
public class Controlador {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,13 @@
|
||||||
|
/*
|
||||||
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||||
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
|
||||||
|
*/
|
||||||
|
package Modelo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author juanl
|
||||||
|
*/
|
||||||
|
public class Modelo {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
package Vista;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author juanl
|
||||||
|
*/
|
||||||
|
public class Vista {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue