Skip to main content
GameDev.net gamedev.net
๐Ÿ”’ Locked

Method is undefined for the type

Started by Jarwulf May 21, 2012 at 4:31 AM 0 replies 850+ views
Original Post
Jarwulf
Jarwulf
Java Eclipse. Another error which doesn't make sense.


In the noted code the error message claims that the method is undefined in the class



public void refreshAccordingToConfig(){
>>>soleSearchToolPanel.refreshAccordingToConfig();
unionToolPanel.refreshAccordingToConfig();
locationAnalysisToolPanel.refreshAccordingToConfig();
}


I go to the class and the method is sitting right in there.


public void refreshAccordingToConfig(){
emailField.setText(Configurator.getEmail());
}
}


I've saved both files and they are in the same package so I dunno whats up.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.