I went through http://platform.netbeans.org/tutorials/nbm-quick-start.html#lookup, but when I define the dependencies, it doesn't get the import statement immediately. Little exclamation marks appear and upon clicking it, it lets me import the interface. The last part of the tutorial cannot work.
Is the tutorial based on an older version ? For example, Lookup API cannot be found, but instead it's inside Utilities API.
I also find it extremely difficult to follow the modular concepts. Is there a reason why such strict modular design is enforced by netbeans platform ? Are there better written tutorials out there ?
Should I avoid netbeans platform for creating desktop applications ? would it be easier to not use it ?