SAXParser parser = SAXParserFactory.newInstance().newSAXParser();
XCASDeserializer xcasDeserializer = new XCASDeserializer(MainFrame.this.cas
.getTypeSystem());
MainFrame.this.cas.reset();
parser.parse(xcasFile, xcasDeserializer.getXCASHandler(MainFrame.this.cas));
time.stop();
// Populate sofa combo box with the names of all text
// Sofas in the CAS
MainFrame.this.disableSofaListener = true;
String currentView = (String) MainFrame.this.sofaSelectionComboBox.getSelectedItem();
MainFrame.this.sofaSelectionComboBox.removeAllItems();