I have managed to format a TextField by actually creating a specialized class which only receives numbers
now I add it to the gridPane
NumberTextField password = new NumberTextField(false)
senha.setPromptText("Insert your password")
node(password,row:2,column:1)
--
View this message in context:
http://groovy.329449.n5.nabble.com/Formatting-input-text-field-using-Griffon-and-GroovyFX-tp5732684p5732696.html
Sent from the Groovy Dev mailing list archive at Nabble.com.
