简而言之,就我的图像路径而言,我不完全确定以下语法离开了哪里。我希望加载“treetop.png”,但我一直收到nullpointer错误。
ImageIcon treetop1 = new ImageIcon(getClass().getClassLoader().getResource("/treetop.png"));
我向某处查看这默认导致/ res文件夹(甚至不确定是否为真),所以“资源”包下的任何内容都应该是这个的起点,但这似乎不是案件。
这是我的文件夹设置,我最好将所有图像存储在“images”包下,但我不知道如何处理它。
*项目是“FunGame”,因此它是层次结构的顶层。
谢谢!