FXForms
FXForms copied to clipboard
Is there any way to make this work with JVFloatLabeledTextField
Is there any way to substitute labels/fields with the JVFloatLabeledTextField implementation here: https://github.com/jverdi/JVFloatLabeledTextField
You can create your own Cell subclass that uses this control, and then register it as the default cell for handling strings.
look at this subclass of FXFormTextFieldCell -> https://github.com/hjanuschka/HJFXFormsJVFloatLabeledTextField/tree/master/HJFXFormsJVFloatLabeledTextFieldDEMO/HJFXFormsJVFloatLabeledTextField
works as a 1:1 replacement for the textfield types, and supports the KV values of JVFFloatLable
edit: sorry for the grave digger, have'nt realized its almost a year old