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

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -