diff --git a/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Diapositiva.java b/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Diapositiva.java new file mode 100644 index 0000000..9f0b15f --- /dev/null +++ b/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Diapositiva.java @@ -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 { + +} diff --git a/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Titulo.java b/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Titulo.java new file mode 100644 index 0000000..1e349ee --- /dev/null +++ b/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Titulo.java @@ -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 { + +}