package juego;
import [Link].*;
import [Link].*;
public class Formulario extends JFrame implements ActionListener {
JButton boton1;
public Formulario() {
setLayout(null);
boton1=new JButton("Finalizar");
[Link](300,250,100,30);
add(boton1);
[Link](this);
}
@Override
public void actionPerformed(ActionEvent e) {
[Link](null, "Happy child
day","Felicidades",JOptionPane.INFORMATION_MESSAGE);
}
public static void main(String[] ar) {
Formulario formulario1=new Formulario();
[Link](0,0,450,350);
[Link](true);
[Link]("Botyon");
}