jtp.add(systemPower);
//Added by ASHANKA STOP
}
/* END */
//NEW Dall'Orso 5-5-2005
SynopsisPanel synPane;
if (tempFile != null) {
synPane = new SynopsisPanel(this, tempFile);
} else {
synPane = new SynopsisPanel(this);
}
jtp.add(synPane);
//END
//BoundingBox of main window
Rectangle rect = this.getBounds();