0

我在我的 splash java 类上使用 getResources(),如下所示:

splashImage = 
   (new ImageIcon(Splash.class.getResource("/resources/splash.png"))).getImage();

查看 docs.oracle 上的 API,我发现 getResources 返回的是一个 URL。为什么我需要它,它究竟返回了什么?

4

0 回答 0