1

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?

mtan
  • 11
  • 2

2 Answers2

1

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

Tim Sparg
  • 3,294
  • 2
  • 27
  • 40
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