We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8c4f8 commit 50c9491Copy full SHA for 50c9491
src/main/java/me/coley/j2h/Java2Html.java
@@ -311,6 +311,7 @@ private void updateLanguageMenu() {
311
}
312
return null;
313
});
314
+ Platform.runLater(() -> txtName.requestFocus());
315
Optional<String> result = dialog.showAndWait();
316
if(result.isPresent()) {
317
Language language = new Language(result.get());
@@ -378,6 +379,7 @@ private void updateThemeMenu() {
378
379
380
381
382
383
384
385
Theme theme = new Theme();
0 commit comments