"Machine Instruction Description Language (.midl)"));
int status = chooser.showOpenDialog(TWindow.this);
if (status == JFileChooser.APPROVE_OPTION) {
Parser parser = new Parser();
try {
SimpleInstSet<String> instructionSet = parser
.parseStream(new FileReader(chooser
.getSelectedFile()));
TWindow.this.machine
.setInstructionSet(instructionSet);
TWindow.this.statusBar.setNotificationArea(String.format(