Search:

Type: Posts; User: CountryGamer

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,113

    Re: Card Deck project not working

    Yea, I figured out that when I add the Card to the ArrayList, when I update the properties, all the properties are updated. How do I make it so that it will add a new Card every time the loop goes...
  2. Replies
    5
    Views
    1,113

    Re: Card Deck project not working

    only for those yellow warning lines that dont affect the code. I can take that out and see what happens. Ill post the results.
    I am also going to try to do this at the loop:


    Card a = new Card(...
  3. Replies
    5
    Views
    1,113

    Card Deck project not working

    Ok, so I have tried to create a deck of cards using 2 classes, Deck.java and Card.java
    But every time I try to add a card to the deck ArrayList, using a for statement, the deck ends up containing...
Results 1 to 3 of 3