Exemplo n.º 1
0
 /** Free. */
 public void free() {
   if (this.getControl(DBConstants.CONTROL_TO_FREE) != null)
     if (m_bEditableControl) {
       this.getControl(DBConstants.CONTROL_TO_FREE).removeFocusListener(this);
       ((JRadioButton) this.getControl(DBConstants.CONTROL_TO_FREE)).removeActionListener(this);
       m_bEditableControl = false; // Don't remove more listeners in super
     }
   super.free();
 }