我如何能夠在imageview下面的for循環中插入i,而不是我替換文件名中的12以便它可以變成;我使用java/javafx在文件名中插入變量for for循環
ImageView Moon_img12 = new ImageView(new Image(getClass().getResourceAsStream("/Images/tiles/i.png")));
代碼:
for(int i=0; i<=total_donnation; i++)
{
ImageView Moon_img12 = new ImageView(new Image(getClass().getResourceAsStream("/Images/tiles/12.png")));
}
在聲明和初始化變量後,你將如何處理變量?也許你想要一個數組或列表? –
哦。我忘了。打算在網格中插入這個圖像視圖。 – Ossama
@JonSkeet它爲什麼重要?在我看來,奧薩馬已經從他的問題中刪除了不相關的細節。我希望更多的人以這種方式提問。 –