Hello,

I created a Java GUI in Netbeans and copied the source into a project in Eclipse.

Everything works fine except it is telling me:

javax.swing.GroupLayout cannot be resolved

Why is this?

I have looked and javax.swing.GroupLayout doesnt seem to exsist in Eclipse.

Is there any way around it?

Thanks!