JAVA SWING
============
Poner colores y demas al campo de texto
txtDNI1.setBackground(new java.awt.Color(240,240,240));
txtDNI1.setEditable(false);
txtDNI1.setForeground(Color.red);
lblDNI.setForeground(Color.red);
No hay comentarios:
Publicar un comentario