I am about to start learning coding the GUI. Now I know that its best if you hand code it for the first time to get a grip on the concepts.
My question is this: Do I need to disable the GUI buidler in Netbeans to do this? Looked up the Netbeans Forum but could not find a clear answer. It seems most programmers still prefer the hand coding option.
Thanks for your attention
No, you don’t have to disable anything. You can just start writing Swing code right away.
Try it out yourself by pasting the source for the
HelloWorldSwingprogram and run it. Here’s an abbreviated version: