Startup
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user