*/
private static void createAndShowGUI() {
FileHistoryService listService = new FileHistoryServiceImpl();
FileListContentService contentService = new FileListContentServiceImpl(
listService);
FileListPresentationContentAdapter adapter = new FileListPresentationContentAdapterImpl(
contentService);
FCVGUIBuilder builder = new FCVGUIBuilder(adapter);
GUIManagerTemplate manager = new FCVGUIManagerTemplate(builder);
EventDispatchService.getInstance().subscribe(
UpdateFileHistoryEvent.class, builder);