cajanombre = new TextField(15);
cajaedad = new TextField(15);
cajatelefono = new TextField(15);
etinombre = new Label("Nombre");
etiedad = new Label("Edad");
etitelefono = new Label("Telefono");
botlimpiar = new Button("Limpiar");
botaceptar = new Button("Aceptar");
botguardar = new Button("Guardar");
botleer = new Button("Leer");
checmovil = new Checkbox("Computo movil");
checdistribuido = new Checkbox("Computo Distribuido");
checweb = new Checkbox("Web");
checprogramacion = new Checkbox("Programacion");
checservidor = new Checkbox("Cliente / Servidor");
checbd = new Checkbox("Bases de Datos");
textdatos = new TextArea(10,35);
textdatos.setText("");