/** Returns the maximum number of characters to place on a line. */
 protected int getMaxCharactersPerLineCount() {
   return optionPane.getMaxCharactersPerLineCount();
 }