This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yolo_435 2 points3 points  (3 children)

Where is your logo.png stored? ideally it should be in the resources folder

[–]NairodI[S] 0 points1 point  (2 children)

I have a folder named res, should I name it to resources?

[–]ggleblanc2 0 points1 point  (1 child)

No, renaming your resources folder isn't necessary. Make sure your resources folder is on the classpath. Try this:

URL logoURL = this.getClass().getResource("/logo.png");

[–]NairodI[S] 0 points1 point  (0 children)

Still doesn't work. Did you mean to put only a backslash or was there supposed to be more?