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

de.rpgframework.jfx.RPGFrameworkJFXConstants Maven / Gradle / Ivy

/**
 *
 */
package de.rpgframework.jfx;

import java.util.PropertyResourceBundle;
import java.util.ResourceBundle;

/**
 * @author prelle
 *
 */
public interface RPGFrameworkJFXConstants {

	public final static PropertyResourceBundle UI = (PropertyResourceBundle) ResourceBundle.getBundle(RPGFrameworkJFXConstants.class.getName(), RPGFrameworkJFXConstants.class.getModule());

	public final static String BASE_LOGGER_NAME = "rpgframework.jfx";

//	public final static String STYLESHEET = RPGFrameworkJFXConstants.class.getResource("css/rpgframework.css").toExternalForm();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy