News

In this blog entry, I will briefly cover how to use code folding in NetBeans 6.1 while attempting to make a case for code folding in the correct situations.
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).
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 ...
So far what I have done is create a JPanel Form with a gridlayout of 3x4.I have also put JPanels in each sqquare of the grid.But I am a little confused how to create the rest of it.I need to ...