Java project

Java project

Please do this Java project for me.

Student Learning Outcomes  JavaFX  Event handling  JFileChooser  File I/O  Maps Overview This lab will give you experience working with the TreeMap class as well as more practice reading files and working with JavaFX. Exercise 1: This is based on the word count case study in section 21.6 of the chapter. You will add a JavaFX GUI and read the words from a text file. Use the JFileChooser to prompt the user for a file. You may use either a list or text area to display the words and their counts. Don’t worry too much about formatting. Display the file name being processed in either a label or text field. There’s room to be creative with the GUI design. Here’s a sample GUI that would be acceptable.