ucsb-cs56-projects / cs56-games-blackjack

-
9 stars 12 forks source link

Implement GuiController with Wait and Notify #84

Open ryankirkpatrick97 opened 6 years ago

ryankirkpatrick97 commented 6 years ago

(75) Currently the implementation for GuiController uses to step through the different guis. This can be changed to be more robust by using wait and notify commands in java. https://docs.oracle.com/javase/tutorial/essential/concurrency/guardmeth.html

scottpchow23 commented 6 years ago

F17 OK (75 pts)

PLEASE DO THIS.

scottpchow23 commented 6 years ago

75 xp

W18 OK