Creacion de Proyecto

This commit is contained in:
Soka_jplr 2024-03-04 08:24:17 -06:00
parent b31ca5b1bc
commit f14f54d1a6
3 changed files with 36 additions and 0 deletions

View File

@ -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 {
}

13
src/Modelo/Modelo.java Normal file
View File

@ -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 {
}

10
src/Vista/Vista.java Normal file
View File

@ -0,0 +1,10 @@
package Vista;
/**
*
* @author juanl
*/
public class Vista {
}