Question: A javafx program that finds a word you input into a text fieldfrom any pasted text. Here are the components Requirements: You need to develop
A javafx program that finds a word you input into a text fieldfrom any pasted text.


Here are the components

Requirements: You need to develop your own inner classes to handle the events. You must handle the window closing and button press events. The search is case sensitive. If the case of the letters in the word in the TextArea does not match exactly the word in the TextField, skip over it. You only need to locate the first occurrence of a string of text. Use ONE of the string methods for this 'find' (look up the indexOf method of the String class). The Find operation is able to find text such as in this sentence, "this sentence" should be found. NOTE: To get text into the text area, simply copy text from another window and paste it in.
Step by Step Solution
There are 3 Steps involved in it
The detailed answer for the above question is provided below ackage cheggfinding author abhiramagopaladasa public class CheggFinding param args the command line arguments public static void mainString ... View full answer
Get step-by-step solutions from verified subject matter experts
