thx for the tip Ninja!
Problem with it tho... (I forgot to mention this earlier)
i need to give each card it's own object name so I can use this included method:
/**
* Add a single card to the deck.
* @param a Card object
*/
public void addCard(Card newCard)
{
deck.add(newCard); // add a card to the deck
}