use of org.omegat.gui.main.ConsoleWindow in project omegat by omegat-org.
the class Core method initializeConsole.
/**
* Initialize application components.
*/
public static void initializeConsole(final Map<String, String> params) throws Exception {
cmdLineParams = params;
tagValidation = new TagValidationTool();
currentProject = new NotLoadedProject();
mainWindow = new ConsoleWindow();
}
Aggregations