NetBeans App to Applet Conversion
In an earlier blog , I explored the possibility of moving code from one NetBeans project to another. To cut a long story short, it was pretty much a case of dragging source files and classes from one project and dropping them into another. This experiment was with two projects of the same type (both applications), but I was hoping I could try the same technique dragging code and objects from a desktop application to a web application. And again to make a long story short, I couldn't make it work. NetBeans is very clever the way it helps you set things out on a form (or jframe, as they call it) with everything nicely lined up and the right size. It is also very clever the way it writes a lot of code, all with the right syntax. Against this, I find that if you want to do anything beyond plain vanilla, the help files are singularly unhelpful, and the tutorials seem simply to replicate the help files. I also find it annoying that I am locked out of code in NetBeans...