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

anlavn.ui.timechooser.TimePickerLabel Maven / Gradle / Ivy

package 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 - 2024 Weber Informatics LLC | Privacy Policy