I'm having trouble with com.jgoodies.forms.factories.FormFactory

1.8k views Asked by At

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?

enter image description here

1

There are 1 answers

0
Joachim Rohde On

FormFactory has been renamed to FormSpecs in version 1.6 and you are using 1.7.2. See also the release notes.