com.github.lgooddatepicker.zinternaltools.InternalConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LGoodDatePicker Show documentation
Show all versions of LGoodDatePicker Show documentation
Java 8 Swing Date Picker. Easy to use, good looking, nice features, and
localized. Uses the JSR-310 standard.
The 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