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

org.praxislive.ide.opengl.Bundle Maven / Gradle / Ivy

The newest version!
package org.praxislive.ide.opengl;
/** Localizable strings for {@link org.praxislive.ide.opengl}. */
class Bundle {
    /**
     * @return Source
     * @see GLSLDataObject
     */
    static String LBL_GLSL_EDITOR() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_GLSL_EDITOR");
    }
    /**
     * @return Files of GLSL
     * @see GLSLDataObject
     */
    static String LBL_GLSL_LOADER() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "LBL_GLSL_LOADER");
    }
    private Bundle() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy