MCPcopy Create free account
hub / github.com/bobbylight/RText / getString

Method getString

src/main/java/org/fife/rtext/AboutDialog.java:161–164  ·  view source on GitHub ↗
(ResourceBundle msg, String key, Object... params)

Source from the content-addressed store, hash-verified

159
160
161 private static String getString(ResourceBundle msg, String key, Object... params) {
162 String value = msg.getString(key);
163 return params.length > 0 ? MessageFormat.format(value, params) : value;
164 }
165
166 public void setVisible(boolean visible) {
167 if (visible) {

Callers 3

AboutDialogMethod · 0.95
CreditsDialogMethod · 0.45
LicenseDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected