lblImage = new javax.swing.JLabel();
lblImage.setIcon(new javax.swing.ImageIcon("E:..path...png"));
I added the file like this. I know it is not accessing the path when running the jar file. Help me how to import a image file to java project in Netbeans.