
org.jrebirth.af.showcase.todos.resource.TodosStyles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of todos Show documentation
Show all versions of todos Show documentation
Showcase application sed as Todo Manager demo
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