Closedown
This commit is contained in:
@@ -2697,14 +2697,18 @@ public class ScreenPanel extends Panel {
|
||||
source.getConfig().colormapAutomatic = buttonAutomatic.isSelected();
|
||||
source.getConfig().colormapMin = buttonFullRange.isSelected() ? Double.NaN : (Integer) spinnerMin.getValue();
|
||||
source.getConfig().colormapMax = buttonFullRange.isSelected() ? Double.NaN : (Integer) spinnerMax.getValue();
|
||||
source.getConfig().save();
|
||||
try{
|
||||
source.getConfig().save();
|
||||
} catch (Exception ex){
|
||||
Logger.getLogger(ScreenPanel.class.getName()).log(Level.WARNING, null, ex);
|
||||
}
|
||||
source.refresh();
|
||||
if (buttonPause.isSelected()) {
|
||||
updatePause();
|
||||
}
|
||||
updateColormap();
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
} catch (Exception ex) {
|
||||
showException(ex);
|
||||
}
|
||||
}//GEN-LAST:event_onChangeColormap
|
||||
|
||||
Reference in New Issue
Block a user