所以我有一个可玩的游戏,其中有我的闪存驱动器中存储的图像。但是,在将jar文件导出到我的桌面并拔下我的flashdrive后,图像会在我的游戏中消失。如果是这样的话,如果我将我的jar文件放在网上供他们下载,玩我的游戏的人怎么会看到我的图像?在我的代码中,我将图像上传到我的代码中,如下所示:
static Image LimageFishy = new ImageIcon("F://Picture//Lfish.png").getImage();
static Image RimageFishy = new ImageIcon("F://Picture//Rfish.png").getImage();