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

form2.samples.8.0.10.source-code.form.css Maven / Gradle / Ivy

.form-label {
    -fx-font-size: 20;
}

 #age-form-label{
    -fx-font-size: 29;
    -fx-text-fill: red;
}

 #age-form-editor{
    -fx-background-color: pink;

}

.form-editor {
-fx-text-fill: blue;
    -fx-font-size: 20;
}








© 2015 - 2024 Weber Informatics LLC | Privacy Policy