String tempImagePath = inRenderer.getImageFileName();
if (tempImagePath == null){
myTextFieldLocation.setText("");
// set the default image
ImageSource tempImageSource = new ImageSource();
myImagePath = myIconList[0];
myImagePanel.setImage(tempImageSource.getImage(myImagePath));
}
else{
myImagePath = tempImagePath;
boolean tempFound = false;
for (int i=0; i<myIconList.length; i++){