Netbeans, Matisse, Swing, JDK5 & JDK6
This is more a related to a combination of Netbeans, the JRE and Swing.
I'm developing a Swing application in Netbeans (currently NB 6 M10) with JDK/JRE6. I'm using Matisse so there is quite a bit of code automatically generated for Swing components by Netbeans in my classes.
Yesterday I wanted to give a copy of my application to a friend to test, but he only has JRE5 installed. Aha, I thought, I'll just re-compile using JDK5. Unfortunately lots of Netbean's auto-generated code fails to build. I think it's mostly the layout related that fails.
Does anyone know if it's somehow possible to re-generate this code automatically under JDK5? I read somewhere there were no API changes between JDK5 and JDK6 (apologies if I'm mis-informed).
Thanks

