/**
  * Reads a parameter value from the input display.
  *
  * @param par the parameter name
  * @return the value of of the parameter
  */
 public boolean getBoolean(String par) {
   return table.getBoolean(par);
 }