java-swing-mvc
java-swing-mvc copied to clipboard
Java swing application boilerplate with model view controller (MVC) design patterns.
Results
2
java-swing-mvc issues
Sort by
recently updated
recently updated
newest added
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...
After saving a user, and going back from checking the user list, app saves the previous user even when fields are empty.