Creating in the Humanities: For this assignment, look through the Learning Resources from the entire semester and find one specific example of literature, art, music, dance, drama, theater, philosophy
Task 2: Text Counter (USING JAVAFX) Develop a class TextCounter that extends javafx.scene.text.Text and implements Runnable. Your layout should appear
Task 2: Text Counter (USING JAVAFX) Develop a class TextCounter that extends javafx.scene.text.Text and implements Runnable. Your layout should appear similar to the image below. Next, develop a class IntCounter that has an integer counter intialised to 0, and methods incrementCount, getCount and setCount. For this application, create Start, Pause