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, getCo



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, getCo