public boolean isDirty() {
   return StatusBarSettings.CONNECTION_QUALITY_DISPLAY_ENABLED.getValue()
       != CHECK_BOX.isSelected();
 }
 /**
  * Defines the abstract method in <tt>AbstractPaneItem</tt>.
  *
  * <p>Sets the options for the fields in this <tt>PaneItem</tt> when the window is shown.
  */
 @Override
 public void initOptions() {
   CHECK_BOX.setSelected(StatusBarSettings.CONNECTION_QUALITY_DISPLAY_ENABLED.getValue());
 }