Clase Diapositiva y Ttitulo

This commit is contained in:
AngelSuarez03 2024-03-20 07:54:32 -06:00
parent bfe2f667f4
commit c2e590d61b
2 changed files with 26 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 com.potrillos.presentacionjfx;
/**
*
* @author USER
*/
public class Diapositiva {
}

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 com.potrillos.presentacionjfx;
/**
*
* @author USER
*/
public class Titulo {
}