related issue ...
I am a newbie to NetBeans ... and I cannot figure out how to get rid of a Panel in the Design View. I mistakenly added it and it is somehow invisible so I cannot select it and delete it. It does show up in the Navigator window, but when I select it there and I do right-click / Refactor / Safely Delete ... it won't let me delete it because there are still references. These references are all within the gray initComponents( ) code that is automatically generated. It seems I cannot modify this code to remove the references.
How do I get out of this?
Thx,
Dorito
I am a newbie to NetBeans ... and I cannot figure out how to get rid of a Panel in the Design View. I mistakenly added it and it is somehow invisible so I cannot select it and delete it. It does show up in the Navigator window, but when I select it there and I do right-click / Refactor / Safely Delete ... it won't let me delete it because there are still references. These references are all within the gray initComponents( ) code that is automatically generated. It seems I cannot modify this code to remove the references.
How do I get out of this?
Thx,
Dorito
Comment