GUI Implementation

Updated on 2012-12-02

Three layouts of the control GUI were implemented for this application. It was decided to use GUIMainTB as as a compromise between compactness and flexibility.

GUIMain

Layout 1:

  • Many separate windows
  • Plots are isolated

GUIMainTB

Layout 2:

  • All input windows are integrated in one with tool bar
  • Logger and File browser windows are isolated
  • Plots are isolated


GUIMainSplit

Layout 3:

  • All input windows are integrated in one with tool bar
  • Logger window takes residual part in the bottom
  • File browser window is isolated
  • Plots are isolated

  • No labels