开发者

How do I recreate the NetBeans Matisse form file?

开发者 https://www.devze.com 2023-02-27 11:32 出处:网络
I have swing code that was generated using NetBeans Matisse. Over time, t开发者_开发百科he form file got lost. How do I recreate the Matisse form file?I don\'t think you can reverse engineer/recreate

I have swing code that was generated using NetBeans Matisse. Over time, t开发者_开发百科he form file got lost. How do I recreate the Matisse form file?


I don't think you can reverse engineer/recreate the .form file


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

0

精彩评论

暂无评论...
验证码 换一张
取 消