a better refresh implementation is needed
Opened this issue · 0 comments
pmcder commented
Currently after a user adds a new note, the whole application is essentially restarting so that the new note will display.
The OK button on the AddNote class calls a static method in DisplayMain.java that disposes the current ClaimNotesFrame (the app's main GUI window) and instantiates a new. A better implementation is needed that doesn't involve disposing and re-instantiating the whole GUI.