Can't Edit JFrame Form after NetBeansUpdate

可紊 提交于 2019-12-06 00:29:08

I have encounter the same problem and I have solved it.

The key in this problem, I think, is particular plugins for JFrame in Netbeans are not active after updating, so we only need to activate them. The easiest way to achieve this is create a new JFrame class, so in this progress, NetBeans can activate all relevant plugins for us. Finally, restart NetBeans, then everything would be fine.

Thank you very much for all of you that you give me some idea and clues in this situation:)

Work on a similar problem led me to this discussion concerning Guarded blocks inside form Java source file. I'm not sure it's related to your situation, but it may help you recover.

If you are trying to recover the lost state of the backing xml for the form I don't know what to tell you.

This has happened to me, but I tend to highly componentize the forms (break up the forms into little pieces), which makes this not such a big deal. Have you tried the NetBeans forums? You might get better luck there:

http://forums.netbeans.org/

Nevermind, simple solution.

I finally decided that, after plenty of tinkering, to restart the IDE which I should have though of first. The Java SE Plugin must have crashed or something, anyway it's fixed.

Thanks for the help!

Or just right click on the corresponding .form file and select open. The Design tab/editor reestablishes.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!