prmr / Solitaire

Implementation of the Solitaire card game with JavaFX
GNU General Public License v2.0
26 stars 38 forks source link

Clipboard creation per event handled #15

Closed AllanWang closed 4 years ago

AllanWang commented 7 years ago

Similar to #13

https://github.com/prmr/Solitaire/blob/v0.4/src/ca/mcgill/cs/stg/solitaire/gui/CardStack.java#L114

Clipboard can be at least limited to one creation per handler in case of concurrency.