341342343344345346347348349350
/* EDITED by Abhimanyu Chugh */ whatIfPanel = new WhatIfPanel(this); addPanel(whatIfPanel); addPanel(new DescriptionPanel(this)); setVisible(true); /* END */ }