All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.praxislive.ide.project.wizard.Bundle Maven / Gradle / Ivy

package org.praxislive.ide.project.wizard;
/** Localizable strings for {@link org.praxislive.ide.project.wizard}. */
class Bundle {
    /**
     * @return The launcher name is invalid.
     * @see EmbedRuntimeNamePanel
     */
    static String ERR_InvalidName() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "ERR_InvalidName");
    }
    /**
     * @return Some runtime folders exist. Make sure there is no bin, mods or jdk folder in the project.
     * @see EmbedRuntime
     */
    static String ERR_RuntimeFoldersExist() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "ERR_RuntimeFoldersExist");
    }
    /**
     * @return Include Java
     * @see EmbedRuntimeJDKVisual
     */
    static String STEP_LauncherJDK() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "STEP_LauncherJDK");
    }
    /**
     * @return Launcher name
     * @see EmbedRuntimeNameVisual
     */
    static String STEP_LauncherName() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "STEP_LauncherName");
    }
    /**
     * @return Import Runtime
     * @see EmbedRuntime
     */
    static String TTL_ImportRuntime() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "TTL_ImportRuntime");
    }
    private Bundle() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy