*
* @see br.ita.poo.fcv.view.FCVViewerTemplate
*/
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);