Пример #1
0
 /**
  * Reads a parameter value from the input display.
  *
  * @param par the parameter name
  * @return String the value of of the parameter
  */
 public String getString(String par) {
   return table.getString(par);
 }