stopApplication = true;
}
public void startUp(String sql) throws SQLException {
final Shell mainWindow = view.buildScreen();
handleCommand(new SetEditorTextCommand(sql));
parseAndDisplay(sql);
while( !mainWindow.isDisposed() ) {
if( !view.getDisplay().readAndDispatch() ) {
view.getDisplay().sleep();