Salut, y'aurait-il un moyen de faire clignoter le background d'une JPanel
style blanc rouge blanc rouge pendant un certain tps
ptet un ça mais je c pas si c la bonne solus...
for(i=0;i<100;i++){
setbackground(Color.WHITE);
Thread.sleep(10);
setbackground(Color.RED);
}
Partager