Closedown
This commit is contained in:
@@ -66,7 +66,7 @@ public class XPSSpectrum extends Panel {
|
||||
|
||||
@Override
|
||||
public void onInitialize(int runCount) {
|
||||
scienta = (Scienta) getDevice("scienta");
|
||||
scienta = (Scienta) getDevice("Scienta");
|
||||
scienta.getTotalChannels().addListener(progressListener);
|
||||
scienta.getCurrentChannel().addListener(progressListener);
|
||||
}
|
||||
@@ -583,7 +583,7 @@ public class XPSSpectrum extends Panel {
|
||||
|
||||
private void buttonScientaSetupActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonScientaSetupActionPerformed
|
||||
try{
|
||||
showDevicePanel("scienta");
|
||||
showDevicePanel("Scienta");
|
||||
} catch (Exception ex){
|
||||
SwingUtils.showException(this, ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user