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

com.github.lgooddatepicker.zinternaltools.InternalConstants Maven / Gradle / Ivy

package com.github.lgooddatepicker.zinternaltools;

import java.awt.Color;

public class InternalConstants {

    static public Color colorEditableTextFieldBorder = new Color(122, 138, 153);
    static public Color colorNotEditableTextFieldBorder = new Color(184, 207, 229);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy