Write a JavaFX application that takes the user's age and displays the following in a Text Field:
1. If the user's age is less than 16, the program should display "You must be older than 16 years old to apply".
2. If the user's age is between 16 and 50, the program should display "Your age is suitable for application".
3. If the user's age is greater than 50, the program should display "You must be 50 years old or younger to apply".