public void FondoBotones(){ pack(); Color color= JColorChooser.showDialog(this,"Escoge tu color",jPanel1.getBackground()); nombre boton.setBackground(color); nombrepanel.setBackground(color); nombrecajadetexto.setBackground(color); nombreetiqueta.setBackground(color); barra.setBackground(color); }
Publicar un comentario