Converted all of the analysis objects into instances of wx.lib.scrolledpanel.ScrolledPanel.
This is instead of just having the right hand panel as a scrolled panel, as was tested in the
model-free auto-analysis. The setup of the GUI element has also shifted into the base class in
gui.analyses.base, whereas the analysis specific setup still occurs in the specific classes.