RuntimeUtils.loadPluginJars();
IGV.createInstance(frame).startUp(igvArgs);
// TODO Should this be done here? Will this step on other key dispatchers?
KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(new GlobalKeyDispatcher());
}