I donβt have a good answer, but it can give other people more ideas (and it would be more useful to include the information here than to post a separate question) ...
I also have a SAF application for which I now need java 1.7, so I switched to netbeans 7.1 and cannot edit forms in nb7.0. I switch between nb7.0 to edit screens, and then use nb7.1 to compile and run.
If I create a form in nb7.1, it works fine with my application, and I looked at the generated code and .properties nb7.0 and nb7.1 files, creating, say, JPanel, they look the same.
I did not understand how to "convert" JPNel with nb7.0 to those that work with nb7.1, but I can create an empty JPanel in 7.1, then run 7.0 and copy all the controls from 7.0 to form 7.1. Icons get lost - NetBeans error, and code gets lost, in general, an expensive and error prone process.
There may be some kind of flag in the project that indicates whether the JPanel is "SAF" or not. If so, the search for this will facilitate migration.
source share