Similar to Exercise 1 GUI design; write a recursive method to
print out the number of times a specific character appears in an
input string. Prompt the user to enter the string in one field, the
character in another field, a button to initiate the process, and
finally display the output (number of time the character appeared
in the string) in an output field.
Use java fx