By asantiago
via asantiagop.blogspot.com
Published: Mar 23 2008 / 04:55
When you create a new project you can specify the source level and the JDK to use with it.
This is an important fact because depending on the source level the GUI builder matisse will use new classes available in JDK6 or not.
This must be taken into account if you want to create GUIs that must run in older version of JDK and not only in JDK6.
Add your comment