In my project I have 2 packages. images - contain images and notification - contain java files
In notification/main.java I get Image o
I'm using Netbeans to develop Java desktop application and I have solved my problem.
Image image = new ImageIcon(this.getClass().getResource("/images/bell-icon16.png")).getImage();
"this" is a class extends JFrame