
com.fathzer.launcher.Localization Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-check-launcher Show documentation
Show all versions of java-check-launcher Show documentation
A java application launcher that checks if used JRE is
compatible with launched application
The newest version!
package com.fathzer.launcher;
import java.util.ResourceBundle;
class Localization {
static final ResourceBundle MESSAGES = ResourceBundle.getBundle(Utils.getPackageName(Localization.class)+".Resources");
private Localization() {
super();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy