This may sound stupid but pls help
hi i am very new to Java, pls help with my question.
Code :
public void search(String host)
{
(dun bother about whats inside search)
}
public void actionPerformed(ActionEvent e) {
text.search("www.axp.com.sg");
}
i have a error with text.search, it seems that i doesnt allow me to use the search().
Re: This may sound stupid but pls help
Can you show us the error text?
Re: This may sound stupid but pls help
Yep, there are too many things you're not telling us that are necessary if we can help you.
Re: This may sound stupid but pls help
error is cannot find symbol - method search
i cant paste the whole code cos its a sch assignment
Re: This may sound stupid but pls help
What is the class of text object? What is the class, where search() and actionPerformed() methods are located?
Re: This may sound stupid but pls help
Quote:
Originally Posted by
ahmer
error is cannot find symbol - method search
i cant paste the whole code cos its a sch assignment
You have to post enough information so that we can help. Remember that we cannot read minds nor see code not shown. Also please avoid using non-standard abbreviations in your questions here. You're making helping you more difficult than it needs to be by doing this.