Java - general
Load an image from a jar file
ImageIcon
icon =
new
ImageIcon
(
getClass
(
)
.
getResource
(
"/img/image.png"
)
)
;