Revision 220 org.gvsig.educa.thematicmap/trunk/org.gvsig.educa.thematicmap/org.gvsig.educa.thematicmap.lib/org.gvsig.educa.thematicmap.lib.impl/src/main/java/org/gvsig/educa/thematicmap/impl/editor/DefaultThematicMapCompilationEditor.java

View differences:

DefaultThematicMapCompilationEditor.java
38 38
import org.gvsig.educa.thematicmap.compilation.ThematicMapCompilation;
39 39
import org.gvsig.educa.thematicmap.editor.ThematicMapCompilationEditor;
40 40
import org.gvsig.educa.thematicmap.editor.ThematicMapCompilationEditorListener;
41
import org.gvsig.educa.thematicmap.impl.IconThemeHelper;
41 42
import org.gvsig.gui.beans.wizard.WizardPanel;
42 43
import org.gvsig.gui.beans.wizard.WizardPanelActionListener;
43 44
import org.gvsig.gui.beans.wizard.WizardPanelWithLogo;
......
132 133
        }
133 134
        setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
134 135

  
135
        URL iconURL =
136
            getClass().getClassLoader().getResource(
137
                "images/thematicmap-editor.png");
138
        ImageIcon icon = new ImageIcon(iconURL);
136
//        URL iconURL =
137
//            getClass().getClassLoader().getResource(
138
//                "images/thematicmap-editor.png");
139
        
140
        ImageIcon icon = IconThemeHelper.getImageIcon("thematicmap-editor-wizard");
139 141

  
140 142
        wizard = new WizardPanelWithLogo(icon);
141 143

  

Also available in: Unified diff