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

org.jrebirth.af.showcase.todos.resource.TodosStyles Maven / Gradle / Ivy

The newest version!
package org.jrebirth.af.showcase.todos.resource;

import static org.jrebirth.af.core.resource.Resources.create;

import org.jrebirth.af.api.resource.style.StyleSheetItem;
import org.jrebirth.af.core.resource.style.StyleSheet;

public interface TodosStyles {

    /** The application main style sheet. */
    StyleSheetItem MAIN = create(new StyleSheet("Main"));

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy