Original Post
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
I go to the class and the method is sitting right in there.
I've saved both files and they are in the same package so I dunno whats up.
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.