7273747576777879
public RecentMenu(Object mainClassInstance, int max) { super("Recent Items"); prefs = PrefsUtils.getUserPrefsNode(mainClassInstance); recentFileNames = new RecentItems(prefs, this, max); reload(recentFileNames.getList()); }