You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I don't know if this issue only occurs in OSX and IntelliJ.
When creating a new ImageIcon the path is: /res/placeholder.png but I have /resources/res/placeholder.png. Fixing the path isn't sufficient and I require to put all resources inside src folder.
If this is a verified issue, I can provide a pull request. Otherwise just mark this as invalid :)
The text was updated successfully, but these errors were encountered:
I think it's related to the classpath definition inside the IDE. As default, IntelliJ defines the classpath only inside src/. Maybe this is the cause. When I have some free time, I'll investigate further and provide more information about.
Note: I don't know if this issue only occurs in OSX and IntelliJ.
When creating a new
ImageIcon
the path is:/res/placeholder.png
but I have/resources/res/placeholder.png
. Fixing the path isn't sufficient and I require to put all resources insidesrc
folder.If this is a verified issue, I can provide a pull request. Otherwise just mark this as invalid :)
The text was updated successfully, but these errors were encountered: