*
* @param infoLine the string to put in the InfoDisplayEvent.
* @param loc the index of a preferred location, starting at 0.
*/
public void fireRequestInfoLine(String infoLine, int loc) {
fireRequestInfoLine(new InfoDisplayEvent(this, infoLine, loc));
}