PhoenixController.clipsController.window.updateUI();
PhoenixController.schemeController.window.outputArea.setText("");
PhoenixController.schemeController.window.inputArea.setText("");
// reload the heap
AppContext ctx = new AppContext();
try
{
ctx.addHeap(AppContext.openHeap(new URL("file://"
+ PhoenixController.getFile("sisc.shp"))));
} // try
catch (Exception e)
{
e.printStackTrace();