I'm using a lib in JavaFX for styling, and one of the stylings I'm using is the JFXTextField, however, while compiling the application, I run into this error:
JFXTextField is not a valid type
What is the solution? Thankful.
I'm using a lib in JavaFX for styling, and one of the stylings I'm using is the JFXTextField, however, while compiling the application, I run into this error:
JFXTextField is not a valid type
What is the solution? Thankful.
Apparently, you're using JFoenix .
This is a compilation error. You forgot to put this in:
import com.jfoenix.controls.JFXTextField;