Search code examples
androidcssjavafxscenebuilderscene

How can I make TextField in Javafx to look as beautiful as Android or material UI


how can I make this type of window in javafx? look at the textfield in the image below..

I finally found Jphonex framework to display like this. But if I generate a Jar file and when I try to open that on another computer, it shows error. That computer has java installed in it. But why isn't it working when I used jPhonex? It worked for normal Fields.


Solution

  • The field on your image is part of Material Design Spec.

    Use Material Design framework such as Gluon Mobile or JFoenix to make your text field comply with that look and feel.