MCPcopy Create free account
hub / github.com/PCGen/pcgen / showTipsOfTheDay

Method showTipsOfTheDay

code/src/java/pcgen/gui2/PCGenFrame.java:1296–1303  ·  view source on GitHub ↗

display the tips of the day dialog to the user

()

Source from the content-addressed store, hash-verified

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

Callers 1

actionPerformedMethod · 0.95

Calls 2

showAsStageMethod · 0.95
getStringMethod · 0.95

Tested by

no test coverage detected