Revision 2340 org.gvsig.raster.tools/branches/org.gvsig.raster.tools_dataaccess_refactoring/org.gvsig.raster.tools.app.basic/src/main/java/org/gvsig/raster/tools/app/basic/tool/colortable/ui/library/RasterColorTablesFactory.java

View differences:

RasterColorTablesFactory.java
32 32
import org.gvsig.fmap.dal.coverage.store.props.ColorTable;
33 33
import org.gvsig.gui.ColorTablePainter;
34 34
import org.gvsig.gui.ColorTablesFactory;
35
import org.gvsig.raster.tools.app.basic.RasterToolsUtil;
35
import org.gvsig.raster.swing.RasterSwingLibrary;
36 36

  
37 37
/**
38 38
 * Factory for color tables. This factory is useful to register color tables
......
73 73
			}
74 74
			return result;
75 75
		} catch (FilePaletteException e) {
76
			RasterToolsUtil.messageBoxError(e.getMessage(), this, e);
76
			RasterSwingLibrary.messageBoxError(e.getMessage(), this, e);
77 77
		}
78 78
		return null;
79 79
	}

Also available in: Unified diff