I can’t extend a Jframe class in Eclipse

Asked

Viewed 116 times

1

I am trying to extend a class of Jframe to create a window, but in eclipse appears the following error:

configure build path -Open the Java build path Property page of project "Chat"

The code would be this:

import javax.swing.*;

      public class AppChat extends JFrame{

}
  • Recreates the project. It seems to be classpath problem but not to know without more details.

  • Or goes on Project > Clean... and click clean to clean the project.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.