emekler0729 / TicTacToe

A newbie attempt at multiplayer Tic Tac Toe in Java.
0 stars 0 forks source link

Play Again prompt comes up blank #18

Open emekler0729 opened 9 years ago

emekler0729 commented 9 years ago

Reading into this issue further it seems to be caused by swing objects not being thread safe. Therefore, the threading is probably causing this lock up. There is an easy fix, but I want to understand it better prior to adding it to code.