objectDisorientedProgrammer / Quasar2

An organization and memory aid program.
MIT License
1 stars 0 forks source link

Thread Edit window? #9

Closed objectDisorientedProgrammer closed 3 years ago

objectDisorientedProgrammer commented 9 years ago

Should the edit window be threaded? Is it a good idea to be able to edit multiple entries at once?

objectDisorientedProgrammer commented 8 years ago

Yes. Edit window should run in its own thread.

objectDisorientedProgrammer commented 3 years ago

The edit window has changed form from a persistnet JFrame to an on demand JFrame. Threading is no longer required.