You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user wants to set the timer for , say 2min, then he has to remove the "Hr", replace the "Min" with "2" and "Sec" with "0" otherwise the timer won't work.
Suggestion
The app should remove the placeholder text when a user clicks on it
The text was updated successfully, but these errors were encountered:
We can add an event listener to listen for click event inside the JTextField s. When the event is fired, the code should set the text of the JTextField to "" (blank)
When a user wants to set the timer for , say 2min, then he has to remove the "Hr", replace the "Min" with "2" and "Sec" with "0" otherwise the timer won't work.
Suggestion
The app should remove the placeholder text when a user clicks on it
The text was updated successfully, but these errors were encountered: