
com.theme.TextTheme Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JCommunique Show documentation
Show all versions of JCommunique Show documentation
JCommunique is a free, open-source desktop notification library. It offers a range of features with a simple-to-use API. This is a maven repack, code is unchanged
The newest version!
package com.theme;
import java.awt.Color;
import java.awt.Font;
public class TextTheme {
public Font title;
public Font subtitle;
public Color titleColor;
public Color subtitleColor;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy