Issue
How to set placeholder for TextField
in JavaFX? How can I do this w/o JavaScript?
Solution
Use the promptText
property (see ref).
Answered By - Nikos Paraskevopoulos
How to set placeholder for TextField
in JavaFX? How can I do this w/o JavaScript?
Use the promptText
property (see ref).