From bcffba7b61573c3564a44c7aba8904947d06260f Mon Sep 17 00:00:00 2001 From: xFractu Date: Wed, 20 Mar 2024 08:17:33 -0600 Subject: [PATCH] Clase NC_CuadroTexto --- .../java/uvct/presentadorfx/NC_CuadroTexto.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PresentadorFX/src/main/java/uvct/presentadorfx/NC_CuadroTexto.java diff --git a/PresentadorFX/src/main/java/uvct/presentadorfx/NC_CuadroTexto.java b/PresentadorFX/src/main/java/uvct/presentadorfx/NC_CuadroTexto.java new file mode 100644 index 0000000..fed212f --- /dev/null +++ b/PresentadorFX/src/main/java/uvct/presentadorfx/NC_CuadroTexto.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 uvct.presentadorfx; + +/** + * + * @author mario + */ +public class NC_CuadroTexto { + +}