Closedown

This commit is contained in:
x07maop
2015-08-24 08:53:55 +02:00
parent 71351d5656
commit 67361f8a98
2 changed files with 8 additions and 9 deletions

View File

@@ -15,7 +15,6 @@ import javax.swing.DefaultComboBoxModel;
import javax.swing.JLabel;
import ch.psi.utils.Chrono;
import ch.psi.utils.State;
import ch.psi.utils.swing.SwingUtils;
import ch.psi.utils.swing.DsvEditor;
import ch.psi.utils.swing.Editor.EditorDialog;
import ch.psi.pshell.core.Controller.ControllerStateException;
@@ -111,7 +110,7 @@ public class EnergyScan extends Panel {
}
} catch (Exception ex) {
getLogger().log(Level.WARNING, null, ex);
SwingUtils.showException(this, ex);
showException(ex);
}
}
@@ -211,7 +210,7 @@ public class EnergyScan extends Panel {
}
}
} catch (Exception ex) {
SwingUtils.showException(this, ex);
showException(ex);
ex.printStackTrace();
}
}
@@ -805,7 +804,7 @@ public class EnergyScan extends Panel {
}
run();
} catch (Exception ex) {
SwingUtils.showException(this, ex);
showException(ex);
}
}//GEN-LAST:event_buttonExecuteActionPerformed
@@ -821,7 +820,7 @@ public class EnergyScan extends Panel {
setRunType();
}
} catch (Exception ex) {
SwingUtils.showException(this, ex);
showException(ex);
}
}//GEN-LAST:event_comboSetupActionPerformed
@@ -840,7 +839,7 @@ public class EnergyScan extends Panel {
dlgConfig.setSize(680, 320);
showWindow(dlgConfig);
} catch (Exception ex) {
SwingUtils.showException(this, ex);
showException(ex);
}
}//GEN-LAST:event_buttonConfigureActionPerformed
@@ -859,7 +858,7 @@ public class EnergyScan extends Panel {
}
setRunType();
} catch (Exception ex) {
SwingUtils.showException(this, ex);
showException(ex);
}
}//GEN-LAST:event_comboRunTypeActionPerformed
@@ -873,7 +872,7 @@ public class EnergyScan extends Panel {
startPlot();
plot();
} catch (Exception ex) {
SwingUtils.showException(this, ex);
showException(ex);
}
}//GEN-LAST:event_buttonPlotActionPerformed