GUI Redesign
After alot of thought today i have decided to redesign the GUI. At the minute the GUI consists of panels overlaid on top of each other with each panel being setVisible or invisible depending on the situation. This has become very convoluted and hard to design. So i am going to place each panel in a seperate class.
I hope that this will create a more modular and managable GUI. So as the plan is for me to put each panel in a seperate class (View) each calling the MatlabController (Model) which will handle the back end calculations and then a main GUI class (Controller) which will change between which view the user is being shown.
I will get cracking on this tomorow and hopefully problems will be kept to a minimum. More on this tomorrow.

Leave a Reply