From 7e0f41d9bcea7c0adc907ba34fd315c88e119cde Mon Sep 17 00:00:00 2001 From: Maxch26 Date: Wed, 20 Mar 2024 08:20:48 -0600 Subject: [PATCH] Clase constructor grafico --- .../presentacionjfx/ConstructorGraficaBarras.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/ConstructorGraficaBarras.java diff --git a/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/ConstructorGraficaBarras.java b/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/ConstructorGraficaBarras.java new file mode 100644 index 0000000..cd7c94b --- /dev/null +++ b/PresentacionJFX/src/main/java/com/potrillos/presentacionjfx/ConstructorGraficaBarras.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 cam_h + */ +public class ConstructorGraficaBarras { + +}