mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 12:11:54 +00:00
advanced settings dialog test
This commit is contained in:
@@ -51,6 +51,10 @@ public abstract class AppDialog extends JDialog {
|
||||
}
|
||||
}
|
||||
|
||||
public ResourceBundle getResourceBundle() {
|
||||
return resourceBundle;
|
||||
}
|
||||
|
||||
public String translate(String key) {
|
||||
return resourceBundle.getString(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user