ImageIcon in java
问题 i am working on matching photos game, i think i may be able to reset imageIcon by know the name of conteiner lable then reset the label icon when ismatch return false in the isMatch method. the write the following code in each label, the reset work only in the second label .. what should i do ? public ImageIcon firstChoice; public ImageIcon SecoundChoice; public boolean isSelected = false; public boolean isMatch = true; public boolean ismatch(ImageIcon firstChoice, ImageIcon secoundChoce) {