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

Fixed redundant display of user details in the UserDetails view #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anuritabose
Copy link

In the UserDetails.java View file, the defaultTableModel would not clear out due to which the user details got duplicated onto the view. I added a simple check in order to clear out the rows of the table while calling the getUsers() function (in UserDetails.java) so that the objects of the database get added to the table only once, hence avoiding redundant display at the view.

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

Successfully merging this pull request may close these issues.

1 participant