I have the following import in 2 identical programs (ok, maybe they weren't identical. They looked identical, but I forgot that the first was created with WindowBuilderPro):
import org.eclipse.wb.swing.FocusTraversalOnArray;
In the first program it's ok. In the second, Eclipse can't resolve it. The build path is identical. Any ideas why?