keychera / AquaAesthetic

The last Java project for OOP
0 stars 0 forks source link

Multithreading #6

Closed keychera closed 7 years ago

keychera commented 7 years ago

DANg I forgot about this one the controller should implement multithreading

teaolivia commented 7 years ago

For concurrency:

keychera commented 7 years ago

this thing is more challenging than I initially thought

keychera commented 7 years ago

finally, I understand and I discovered that we can use a concurrency design pattern that is already encapsulated in one class.... TheSwingWorkerclass ... now it's time for ...

keychera commented 7 years ago

the default structure for multithreading using SwingWorker is done, starting from commit 5556b5d6adde712a980db512ad9629bdb3431227 from branch testingMultithreading

keychera commented 7 years ago

multithreading is now implemented on branch testingFish