In my project I have 2 packages. images - contain images and notification - contain java files
In notification/main.java I get Image o
Incase the solution above doesn't work, try this (which worked for me):
Image image = Toolkit.getDefaultToolkit().createImage(this.getClass().getResource("/Images/bell-icon16.png"));