try
{
icGUI.applyChanges();
imageBasedGPSTuner = new ImageBasedGPSTuner(gpsConfig.getShell(), gpsConfig.getStyle(), ((ImageBasedGPS)component).getImageCollector());
imageBasedGPSTuner.open();
}
catch (ComponentGUIException e)
{
ErrorMessage.customMessage( e.getMessage(), ErrorMessage.ERROR_MESSAGE, gpsConfig.getParent() );
}