From c2e590d61b3c572191f78383d0bef69a24f2cd19 Mon Sep 17 00:00:00 2001 From: AngelSuarez03 Date: Wed, 20 Mar 2024 07:54:32 -0600 Subject: [PATCH] Clase Diapositiva y Ttitulo --- .../com/potrillos/presentacionjfx/Diapositiva.java | 13 +++++++++++++ .../java/com/potrillos/presentacionjfx/Titulo.java | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Diapositiva.java create mode 100644 PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Titulo.java 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 { + +}