From bfe2f667f444ad5397d0ae6788970f0bb21372bb Mon Sep 17 00:00:00 2001 From: mosterTeco Date: Sun, 17 Mar 2024 15:33:45 -0600 Subject: [PATCH] Clase Contenido --- .../com/potrillos/presentacionjfx/Contenido.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Contenido.java diff --git a/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Contenido.java b/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Contenido.java new file mode 100644 index 0000000..fa58e34 --- /dev/null +++ b/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Contenido.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 reyes + */ +public class Contenido { + +}