首頁 > 問答 > 主體
for(int i = 0;i<4;i ) {//行數
for(int j = 0;i<3;j ) {//列數
ImageIcon icon = new ImageIcon("圖片\\1_" (i*3 j 1) ".gif");
cell[i*3 j] = new Cell(icon);
cell[i*3 j].setLocation(j*150 20, i*150 20);
this.add(cell[i*3 j]);
# }
}
2018-07-02 08:43:14
第二個循環j打成i了,死循環