Closed objectDisorientedProgrammer closed 3 years ago
Should the edit window be threaded? Is it a good idea to be able to edit multiple entries at once?
Yes. Edit window should run in its own thread.
The edit window has changed form from a persistnet JFrame to an on demand JFrame. Threading is no longer required.
Should the edit window be threaded? Is it a good idea to be able to edit multiple entries at once?