Re: JFrame Form GUI Builder
Patrick Keegan <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
This list is for discussions on the UI of NetBeans itself. The list you want for such questions is nbusers. Nonetheless, quick answers below. > I am new to NetBeans. I have created a new (fairly detailed) JFrame form > using the GUI builder. After all of my layout work was done, I went through > all of the compenents and gave them more descriptive names (i.e. change > "JTextField1" to "userNameLabel". However, none of the auto generated > source code has updated to reflect this. If you updated these names in the Inspector window, the generated code should be updated immediately. If not, please reproduce the steps and file a bug. If you updated the names directly in the source code in a separate text editor, the changes will be lost when you open up the file in the IDE again. If you have any follow up questions, please post to nbusers. Thanks! -Patrick > How can I get the auto code to > regenerate? > > Basics: NetBeans 5.0, java 1.5.0-06, Win XP SP2 >