* This <code>FileMru</code> can later be edited or used to show a mru menu.
*
* @param fileMruNode Node which will be bound to the FileMru
*/
protected void setupFileMru(ConfigNode fileMruNode) {
fileMru = new FileMru();
fileMru.bindConfig(fileMruNode);
try {
fileMru.removeMoved();
} catch (Exception e) {
LogBuffer.println("problem checking MRU in ViewFrame constructor: " + e.toString());