Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/07/2007, 12:24
abulon
 
Fecha de Ingreso: diciembre-2006
Mensajes: 127
Antigüedad: 18 años, 1 mes
Puntos: 1
Re: Focus a JTextField

Hola mario, usa esto


JTextField text=new JTextField(10);
JLabel et=new JLabel("Name:");

et.setDisplayedMnemonic(KeyEvent.VK_N);
et.setLabelFor(text);

espero te funcione

Saludos