Commit sinFuncion_GraficaBarras

This commit is contained in:
03jossellin-herrera-rodriguez 2024-03-20 08:11:38 -06:00
parent e1910c795f
commit 8625760e6a
2 changed files with 0 additions and 44 deletions

View File

@ -1,22 +0,0 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/javafx/FXMain.java to edit this template
*/
package com.mycompany.presentador;
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.layout.StackPane;
import javafx.stage.Stage;
/**
*
* @author Jossellin
*/
public class ConstructorGraficaBarras {
//sin funcionalidad -
}

View File

@ -1,22 +0,0 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/javafx/FXMain.java to edit this template
*/
package com.mycompany.presentador;
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.layout.StackPane;
import javafx.stage.Stage;
/**
*
* @author Jossellin
*/
public class NC_GraficaBarras {
//sin funcionalidad -
}