public class LabelTextReplacingUtil
extends java.lang.Object
| Constructor and Description |
|---|
LabelTextReplacingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
replaceText(javax.swing.JComponent component)
replace
$PRODUCT$ -> ApplicationNamesInfo.getInstance().getProductName()
$FULLNAME$ -> ApplicationNamesInfo.getInstance().getFullProductName()
in text of component's labels
|