tags:

views:

48

answers:

0

I'm new to NetBeans and am struggling with how to correctly use its GUI builder. I can construct the GUI just fine with the design editor, however, when I make changes directly to the source code, those changes are not reflected in the design editor, or during run time.

How can you edit the source code for the GUI directly, and have your changes displayed in the design editor, as well as when the program is actually executing?