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

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

Go to download

Java 8 Swing Date Picker. Easy to use, good looking, nice features, and localized. Uses the JSR-310 standard.

There is a newer version: 11.2.1
Show newest version
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