package geotime;
/**
*
* @author Estudiantes
*/import javax.swing.*;
public class Geotime {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
//System.out.println(" Bienvenidos a Geotime");
String Menu="";
int variable;
int clave;
JOptionPane.showMessageDialog(null,"Bienvenidos a GeoTime");
Menu=JOptionPane.showInputDialog("por favor digite la clave del software");
clave= Integer.parseInt(Menu);
if(clave==7102916)
{
JOptionPane.showMessageDialog(null,"MENU");
}
}
}
No hay comentarios:
Publicar un comentario