Example #1
0
 public void setEnableForAllElements(SuperAdapter superAdapter, boolean status) {
   chrBox1.setEnabled(status);
   chrBox2.setEnabled(status);
   refreshButton.setEnabled(status);
   colorRangePanel.setElementsVisible(status, superAdapter);
   setResolutionSliderVisible(status, superAdapter);
   goPanel.setEnabled(status);
 }