* Initialize the panel for the scenario areas.
*
* @param mainComponent This is Swing component in which new scenario areas will be dropped.
*/
private void initializeAreaWidget(GraphController mainComponent) {
areaWidget = new ScenarioAreaList(mainComponent);
}