Searched refs:keyboardChartDir (Results 1 – 1 of 1) sorted by relevance
66 private static String keyboardChartDir; field in ShowKeyboards96 keyboardChartDir = MyOptions.targetDirectory.option.getValue(); in main()97 keyboardChartLayoutsDir = keyboardChartDir + "/layouts/"; in main()99 FileCopier.ensureDirectoryExists(keyboardChartDir); in main()100 … FileCopier.copy(ShowKeyboards.class, "keyboards-index.html", keyboardChartDir, "index.html"); in main()163 FileCopier.copy(ShowKeyboards.class, "keyboards.css", keyboardChartDir, "index.css"); in showRepertoire()164 … PrintWriter out = FileUtilities.openUTF8Writer(keyboardChartDir, "chars2keyboards.html"); in showRepertoire()180 out = FileUtilities.openUTF8Writer(keyboardChartDir, "keyboards2chars.html"); in showRepertoire()