/**
* Create an instance of CRControlPanel and add it to the applet
*/
public void createDefaultControlPanel() {
try {
setControlPanel(new CRControlPanel(new Dimension(485,500),this));
} catch (Exception e) {
System.err.println("Cannot create default control panel");
}
}