Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The user has to remove the placeholder text when entering time #4

Open
GammaBurst101 opened this issue May 11, 2019 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@GammaBurst101
Copy link
Owner

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

@GammaBurst101 GammaBurst101 added the enhancement New feature or request label May 11, 2019
@GammaBurst101 GammaBurst101 self-assigned this May 11, 2019
@GammaBurst101
Copy link
Owner Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant