I downloaded the 4.0 and I can't edit the Generated Code. Am I missing something? I know this is a newbie question as I am a newbie. But I need help guys. Thanks.
Printable View
I downloaded the 4.0 and I can't edit the Generated Code. Am I missing something? I know this is a newbie question as I am a newbie. But I need help guys. Thanks.
NetBeans prevents you from editing generated code. Two reasons for this are that the wizards become unreliable if you edit it and that whatever you edit is likely to be overwritten.
There ought to be marker comments that surround the generated code. Remove them and you should be able to modify - but you can't use the wizards anymore.
Thanks, CB.