Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/09/2007, 08:10
acantocephala
 
Fecha de Ingreso: mayo-2007
Mensajes: 19
Antigüedad: 17 años, 8 meses
Puntos: 1
Re: Cambiar color de fondo a JTextField

Hola, te refieres a algo asi?

Cita:
txtField = new JTextField("Aca el texto", 12);
txtField.setEnabled(false);
txtField.setBackground(Color.BLUE);