jButtonUnpause.setVisible(false);
if (match!= null)
{
final int orgHealth0 = match.getLife(0);
final int orgHealth1 = match.getLife(1);
match.setTurnsOnly(new MatchListener()
{
synchronized public void matchDoneNotify()
{
result.result = compare(match, test, orgHealth0, orgHealth1);
result.reason = reason;