Hi, I need an implementation of a javafx decimal field were I can set the integral part and fractional part like I spepcify a databse column. e.g. a DB-Field is specified as Number(5,2) .. then I will e.g. init a decimal field to correspond with this DB-Field... DecimalField df = new DecimalField(5,2); or for a pure Integer DB-Field with the length fives: DecimalField df = new DecimalField(5,0) or DecimalField df = new DecimalField(5) ; Has anybody of you an implemtation like this or how can I configure the decimal field of JFXtras to achieve this? best regards ws |
--
You received this message because you are subscribed to the Google Groups "JFXtras Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jfxtras-user...@googlegroups.com.
To post to this group, send email to jfxtra...@googlegroups.com.
Visit this group at http://groups.google.com/group/jfxtras-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.