package org-jdesktop-layout does not exist
I am using NetBeans IDE 5.5.1 to create a sun-spot application using Java.
I added a JFrame Form to my project and used the NetBeans GUI builder to build my GUI.
There was not any "syntax" error after I finished all the coding. However, when I built it, it gave me a lot of error in the NetBeans' generated code in the GUI code. It all had the same error: "package org-jdesktop-layout does not exist".
I have google-searched that error, and ADD (JAR/Folder) the "swing-layout-1.0.jar" and "org-jdesktop-layout.jar" to my project's "Java Sources Classpath" under my project's property. It still gave me same error.
I know it is something simple. But I am kind of new to Netbeans and java. I hope someone can help me out please.
Thank you very much!