如何重新创建 NetBeans Matisse 表单文件?
我有使用 NetBeans Matisse 生成的 swing 代码。随着时间的推移,表单文件丢失了。如何重新创建 Matisse 表单文件?
I have swing code that was generated using NetBeans Matisse. Over time, the form file got lost. How do I recreate the Matisse form file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不认为你可以逆向工程/重新创建 .form 文件
I don't think you can reverse engineer/recreate the .form file
请参阅 Netbeans:在常规 Java 类上使用 GUI Builder file
有一个 FormGenerator 实用程序,通常可以从 .java 文件重新生成 .form 文件。只要受保护的块基本不变,它就应该起作用
See Netbeans: using GUI Builder on regular Java class file
There is a FormGenerator utility that can usually regenerate a .form file from the .java file. It should work as long as the guarded blocks are largely unchanged