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

Method showOGLDialog

code/src/java/pcgen/gui2/PCGenFrame.java:1591–1594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1589 }
1590
1591 void showOGLDialog()
1592 {
1593 showLicenseDialog(LanguageBundle.getString("in_oglTitle"), section15); //$NON-NLS-1$
1594 }
1595
1596 private static void showLicenseDialog(String title, String htmlString)
1597 {

Callers 2

actionPerformedMethod · 0.80
showLicensesMethod · 0.80

Calls 2

showLicenseDialogMethod · 0.95
getStringMethod · 0.95

Tested by

no test coverage detected