Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

errors that say that i cant resolve symbol import

  Asked By: Carolina    Date: Jun 27    Category: Java    Views: 717
  

i have been working this code and i cant seem to get it to work.When
a user enters their details in the interface there is super class
and the subclass that should process the information, but when i
enter the information i keep getting errors that say that i cant
resolve symbol import.



Share: 

 

1 Answer Found

 
Answer #1    Answered By: Dan Romero     Answered On: Jun 27

Looks like you are missing an import  statement on the first line. It
should be. "import java.awt.*;"

 
Didn't find what you were looking for? Find more on errors that say that i cant resolve symbol import Or get search suggestion and latest updates.




Tagged: