MCPcopy Index your code
hub / github.com/JulienTroudet/easyJavaFXSetup / updateAppWindowTitle

Method updateAppWindowTitle

src/main/java/myapp/App.java:45–49  ·  view source on GitHub ↗
(Stage stage)

Source from the content-addressed store, hash-verified

43 }
44
45 public static void updateAppWindowTitle(Stage stage) {
46 ResourceBundle resourceBundle =
47 ResourceBundle.getBundle("App", LocaleService.getLocale());
48 stage.setTitle(resourceBundle.getString("name"));
49 }
50
51}

Callers 2

startMethod · 0.95
initializeMethod · 0.95

Calls 1

getLocaleMethod · 0.95

Tested by

no test coverage detected