Adding new scripts to buttons, sprites and instances

This commit is contained in:
Jindra Petřík
2021-02-24 19:55:59 +01:00
parent 30d2a1686b
commit 8af5d07059
10 changed files with 797 additions and 83 deletions
@@ -55,7 +55,7 @@ public abstract class AppDialog extends JDialog {
return resourceBundle;
}
public String translate(String key) {
public final String translate(String key) {
return resourceBundle.getString(key);
}