Problem importing github project with netbeans image

0

Any project that I create in netbeans here at home and try to import in the work or in the notebook that I have right here of the problem (always in parts with images)

An example code: link

Error appearing there at work on netbeans:

ant -f C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte -Djavac.includes=testimgimport/Test.java -Dnb.internal.action.name=run.single -Drun.class=testimgimport.Test run-single
init:
deps-jar:
Created dir: C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build
Updating property file: C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build\built-jar.properties
Created dir: C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build\classes
Created dir: C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build\empty
Created dir: C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build\generated-sources\ap-source-output
Compiling 1 source file to C:\Users\leo\Documents\NetBeansProjects\TestIMGimporte\build\classes
compile-single:
run-single:           ==COMEÇO DO ERRO EM VERMELHO
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at javax.swing.ImageIcon.<init>(ImageIcon.java:217)
    at testimgimport.Test.initComponents(Test.java:17)
    at testimgimport.Test.<init>(Test.java:6)
    at testimgimport.Test$1.run(Test.java:61)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)  FIM DO ERRO EM VERMELHO ==================
BUILD SUCCESSFUL (total time: 2 seconds)
    
asked by anonymous 18.11.2017 / 16:36

0 answers