我下面這個教程的Java Swing遊戲:http://zetcode.com/tutorials/javagamestutorial/movingsprites/Java Swing ImageIcon,在哪裏放置圖像?
此時:
ImageIcon ii = new ImageIcon(this.getClass().getResource());
image = ii.getImage();
我只是不知道我有什麼樣的路徑寫在哪裏,我要救我的圖片(哪個目錄)。
你能幫我嗎?你會舉一個例子嗎?
我從zetcode中學到了很多初學Java。當你有機會的時候,你應該在YouTube上看看這個播放列表:http://youtube.com/playlist?list=PL87AA2306844063D2這也幫了我很多。 – Steven
請參閱[tag:embedded-resource]&[info](http://stackoverflow.com/tags/embedded-resource/info)。 – trashgod
[Eclipse中的Java:我可以在哪裏將文件放在我想要使用getResource加載的文件系統上? (例如ImageIcon的圖像)](http://stackoverflow.com/questions/270197/java-in-eclipse-where-do-i-put-files-on-the-filesystem-that-i-want-to -load-usin) – Barett