small reformat

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@452 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
kascade 2007-01-19 05:37:25 +00:00
parent 261f6d0285
commit 6cc2bb439d
1 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.io.FileOutputStream;
import javax.management.modelmbean.XMLParseException;
import javax.swing.*;
import static javax.swing.JFrame.DISPOSE_ON_CLOSE;
import static javax.swing.JOptionPane.*;
@ -297,7 +296,7 @@ public class ECUEditorMenuBar extends JMenuBar implements ActionListener {
parent.closeAllImages();
}
public void saveImage(Rom input) throws XMLParseException, Exception {
public void saveImage(Rom input) throws Exception {
if (parent.getLastSelectedRom() != null) {
JFileChooser fc = new JFileChooser(parent.getSettings().getLastImageDir());
fc.setFileFilter(new ECUImageFilter());