When I ran my code on Eclipse, I had this error message
The import com.jgoodies.form.factories.FormFactory cannot be resolved.
My other import com.jgoodies didn't have any error.
What can I do to solve this problem?
When I ran my code on Eclipse, I had this error message
The import com.jgoodies.form.factories.FormFactory cannot be resolved.
My other import com.jgoodies didn't have any error.
What can I do to solve this problem?
FormFactory has been renamed to FormSpecs in version 1.6 and you are using 1.7.2. See also the release notes.