display the tips of the day dialog to the user
()
| 1294 | * display the tips of the day dialog to the user |
| 1295 | */ |
| 1296 | static void showTipsOfTheDay() |
| 1297 | { |
| 1298 | var totd = new PanelFromResource<>( |
| 1299 | TipOfTheDayController.class, |
| 1300 | "TipOfTheDay.fxml" |
| 1301 | ); |
| 1302 | totd.showAsStage(LanguageBundle.getString("in_tod_title")); |
| 1303 | } |
| 1304 | |
| 1305 | /** |
| 1306 | * display the source selection dialog to the user |
no test coverage detected