a. Write an application that extends JFrame and that displays a phrase in one color the first time the user clicks a JButton. The next time the user clicks the JButton, make the first phrase seem to disappear. (Hint: Redraw it using the background color.) At the same time, draw the phrase again in a different color, size, and horizontal position. The third click should change the color, size, and position of the phrase again. Save the file as JChangeSizeAndColor.java.
b. Modify the JChangeSizeAndColor application so that it continuously changes the size, color, and location of a phrase as long as the user continues to click the button. Save the application as JChangeSizeAndColor2.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.