From 166f4bce838d9e46242eeb2e4320c9138d35919f Mon Sep 17 00:00:00 2001 From: AngelSuarez03 Date: Sun, 17 Mar 2024 11:27:46 -0600 Subject: [PATCH] =?UTF-8?q?Clase=20Presentaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../potrillos/presentacionjfx/Presentación.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Presentación.java diff --git a/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Presentación.java b/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Presentación.java new file mode 100644 index 0000000..2aba69c --- /dev/null +++ b/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/Presentación.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 Presentación { + +}