This commit is contained in:
sfop
2017-05-03 10:24:28 +02:00
parent 36ce34435f
commit 0faf880785
4 changed files with 40 additions and 32 deletions

View File

@@ -747,6 +747,7 @@ public class WireScan extends Panel {
}
}
parameters.add(blms);
parameters.add(10); //BG
parameters.add(plot);
try {
@@ -756,6 +757,7 @@ public class WireScan extends Panel {
showException((Exception) ex);
} else {
//SwingUtils.showMessage(WireScan.this, "Success", "Data file: \n" + getContext().getDataManager().getLastOutput());
/*
JPanel pn = new JPanel(new BorderLayout());
((BorderLayout) pn.getLayout()).setHgap(5);
pn.add(new JLabel("Generated data file:"), BorderLayout.NORTH);
@@ -764,6 +766,7 @@ public class WireScan extends Panel {
tf.setEditable(false);
pn.add(tf, BorderLayout.SOUTH);
JOptionPane.showOptionDialog(WireScan.this, pn, "Success", JOptionPane.DEFAULT_OPTION, JOptionPane.INFORMATION_MESSAGE, null, null, null);
*/
}
return ret;
});