Hey there
I have a project im working on in netbeans6.9.1
I was having problems with all the bugs in that version so i went over to 7
But now all my generated code has a bug in wich messes up EVERYTING.
is there something im missing?
this is the where the error is thrown
org.jdesktop.application.ResourceMap resourceMap = org.jdesktop.application.Application.getInstance(prelog.PrelogApp.class).getContext().getResourceMap(EnvironmentAccidentRegisters1.class);
it errors at "PrelogApp" and says that it cannot find package prelog.
but i opened the Same project in the same directory as i had with 6.9.1
What must i import now? Or do that i didnt do?