% Call: executeMain.m
%
% MAIN program of MVC
%
% Teacher: Professor Grigoryan
% Student: Michael Chan, EE UTSA, 2010 Dec 2010
%
clc;
clear all;
%currentPathname='cd';
redirectedPath = strcat(cd,'\View');
%path(path,redirectedPath); % add folder to path
cd(redirectedPath);
% ---------------------------------------------------
setWindowTitleBar();
setButtons();
%setMenuBar();
setInfo();
cd .. % return to Main dir