News

Fortunately, NetBeans allows me to create new code generation templates and modify existing ones. This allows me to change “for” to be the case I want (the “fore” case).
I have talked about some of my favorite NetBeans hints in the posts Seven NetBeans Hints for Modernizing Java Code and Seven Indispensable NetBeans Java Hints .
Writing code manually to create a GUI application is no less than a nightmare for any developer. These days almost all development IDEs come packaged with a GUI builder. NetBeans IDE too provides ...
Yesterday I mentioned NetBeans’ auto-popup code completion window, which I was forced to disable in order to save my sanity. I guess that after criticizing something, I should try to suggest something ...
One of the nice things about NetBeans – well okay, one of the nice things about any modern IDE for any programming language these days – is the automatic code completion feature. The way it works is ...