From 34bfb05b4898c12cbd2f872df1299bbcbd691636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JuanManuelGuti=C3=A9rrezM?= Date: Thu, 14 Mar 2024 09:57:38 -0600 Subject: [PATCH] Clase Presentacion --- .../com/gumoio/presentacionjfx/Presentacion.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PresentacionJFX/src/main/java/com/gumoio/presentacionjfx/Presentacion.java diff --git a/PresentacionJFX/src/main/java/com/gumoio/presentacionjfx/Presentacion.java b/PresentacionJFX/src/main/java/com/gumoio/presentacionjfx/Presentacion.java new file mode 100644 index 0000000..856c50b --- /dev/null +++ b/PresentacionJFX/src/main/java/com/gumoio/presentacionjfx/Presentacion.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.gumoio.presentacionjfx; + +/** + * + * @author JuanManuelGutiƩrrezM + */ +public class Presentacion { + +}