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