![JAR search and dependency download from the Maven repository](/logo.png)
com.github.athi.athifx.gui.util.DefaultResources Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of athi-fx-gui Show documentation
Show all versions of athi-fx-gui Show documentation
AthiFX project for creating JavaFX simple application GUI.
The newest version!
package com.github.athi.athifx.gui.util;
import com.google.common.io.Resources;
import java.net.URL;
/**
* Created by Athi
*/
public class DefaultResources {
public static final URL FONT_AWESOME_FONTS = Resources.getResource("fonts/fontawesome-webfont.ttf");
public static final URL FONT_AWESOME_CSS = Resources.getResource("css/fontawesome-webfont.css");
public static final URL NOTIFICATION_CSS = Resources.getResource("css/notification.css");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy