Its not hard to deal with Netbeans:
Go to templates dir, copy one of the projects there and rename the
folder to MyGame for example
Then enter that folder and in build.xml change the project name to
MyGame(or whatever name you choose)
Open Netbeans and do new Project->Freform project
Next, browse to the location of your project Next, Next then add the
src folder to "Source Package folders"
Next, Add Jar/Folder and navigate to pulpcore build folder and select
pulpcore-applet-debug-0.11.jar keep it as a relative folder
Finish
The nature of the Pulpcore ant file makes it hard to integrate it
thight as it was a j2se project, so we miss stuff like javadoc
completition etc
sometime i'll give closer look to nb build files and pulpcore build
files and see if i can combine them for the best