2. 12 points Write a JavaFX application that displays a text field, a choice box of font sizes, a color picker, and a button. The application allows the user to enter text in the text field that will be displayed using the font selected from the choice box and the color selected by the color picker when the user presses the button or presses the return when the pointer is in the text field. The choice box is initialized with integers from 1 to 50. You can display the text using any font type, weight, and posture you choose, e.g., Helvetica with Bold and Regular posture. An example of the GUI layout of the controls is shown below. See the example shown in Listing 8.17 for using the choice box and the example shown in Listing 9.13 for using the color picker.
JColorTest
X
Hello
669999
Display Text
Hello