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?
Asked
Active
Viewed 1,768 times
2 Answers
1
I don't think you can reverse engineer/recreate the .form file

Tim Sparg
- 3,294
- 2
- 27
- 40
-
Thanks Tim! Yes, it looks like I have to redo the screen. – mtan Apr 27 '11 at 15:54
0
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

Community
- 1
- 1

Devon_C_Miller
- 16,248
- 3
- 45
- 71