Skip to content

Instantly share code, notes, and snippets.

View GeraldineE's full-sized avatar
🏠
Working from home

Geraldine GeraldineE

🏠
Working from home
  • Medellin, Antioquia, Colombia
View GitHub Profile
@alvareztech
alvareztech / Ventana.java
Created February 15, 2014 18:01
Java: Ejemplo de la creación de una Ventana con Swing.
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JTextField;
/**
* Clase Ventana