startWaitCursor(r.getFrame().getRootPane());
new Thread(new Runnable() {
public void run() {
NavigationFormatParser parser = new NavigationFormatParser();
NavigationFormatParserListener listener = new NavigationFormatParserListener() {
public void reading(final NavigationFormat<BaseRoute> format) {
invokeLater(new Runnable() {
public void run() {
formatAndRoutesModel.setFormat(format);
}