CSS to change the size of a TextField in javafx -
i know can
textfield tempfield = new textfield(); tempfield.setminsize(500,500);
within javafx have 45 text fields change i'd change them @ once setting css on scene. can me out?
figured out
.text-field{ -fx-min-width: 50; -fx-min-height: 50; }
Comments
Post a Comment