2011-04-16 49 views

回答

5

假設圖像通過51.png在resources.images /名片夾0.png:

ImageIcon[] images = new ImageIcon[52] 
for(int i=0;i<52;i++){ 
    images[i] = new ImageIcon("resources/images/cards/"+i+".png"); 
    } 
+0

謝謝:)堆 – sam 2011-04-16 04:47:00

+0

你會如何將它設置爲JLabel? – sam 2011-04-16 07:11:31

0

兩種最常見的方式:

  • 在一個週期內 - 命名你的圖標1然後(如果需要)調用toArray()
+0

我將如何做第二個選項? – sam 2011-04-16 04:41:08

+0

在遞歸函數中使用'java.io.File'及其方法'listFiles()'。您也可以應用文件名過濾器來僅抓取圖像。 – 2011-04-16 04:44:09

相關問題