1

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

Reimeus
  • 158,255
  • 15
  • 216
  • 276
user2978067
  • 11
  • 1
  • 3

1 Answers1

4

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

Joachim Rohde
  • 5,915
  • 2
  • 29
  • 46