
String mensaje="animales elegidos: ";
if (this.jCheckBox1.isSelected()){
mensaje=mensaje+"Perro, ";
}
if (this.jCheckBox2.isSelected()){
mensaje=mensaje+"Gato, ";
}
mensaje=mensaje+"Gato, ";
}
if (this.jCheckBox3.isSelected()){
mensaje=mensaje+"raton";
}
this.jLabel2.setText (mensaje);{
}
}
}
No hay comentarios:
Publicar un comentario