Warum ist mein Zellenarray im Abseits?
2018-07-02 08:31:58
0
1
1293

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]);

}

}


Antworte allen(1)

第二个循环j打成i了,死循环

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage