Post the other files! Otherwise it's essentially useless.

A couple of points:

Don't write == true and == false all the time. This


if(isFlush(hand1) == true && isStraight(hand1) == true...