primer ejemplo

This commit is contained in:
Maxch26 2024-02-28 07:38:42 -06:00
commit d1bd30761e
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
/*
* 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 primero;
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 cam_h
*/
public class Primero {
public static void main(String[] args) {
}
}