com.anlavn.ui.timechooser.TimePickerLabel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AL-Library_VN Show documentation
Show all versions of AL-Library_VN Show documentation
Java library for many thing wonderful
package com.anlavn.ui.timechooser;
import javax.swing.JLabel;
import javax.swing.border.EmptyBorder;
public class TimePickerLabel extends JLabel {
public TimePickerLabel() {
setBorder(new EmptyBorder(5, 0, 5, 0));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy