add j2534 support

git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@160 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
kascade 2008-09-25 09:50:45 +00:00
parent 6de746539b
commit 4d65bbfadd
1 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ import com.romraider.util.SettingsManagerImpl;
import com.romraider.xml.DOMRomUnmarshaller;
import com.romraider.xml.RomNotFoundException;
import com.sun.org.apache.xerces.internal.parsers.DOMParser;
import com.sun.org.apache.xerces.internal.xni.parser.XMLParseException;
import org.w3c.dom.Document;
import org.xml.sax.InputSource;
import javax.swing.ImageIcon;
@ -354,7 +353,7 @@ public class ECUEditor extends JFrame implements WindowListener, PropertyChangeL
imageList.repaint();
}
public void openImage(File inputFile) throws XMLParseException, Exception {
public void openImage(File inputFile) throws Exception {
try {
update(getGraphics());