Search:

Type: Posts; User: CountryGamer

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,128

    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,128

    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,128

    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...
  4. Re: Sending commands through Java to Terminal

    But if the user has a file that sends and receives from the console, how are they to be able to see that if they don't have a terminal window. I have heard of sending the console to a text view or...
  5. Re: Sending commands through Java to Terminal

    The above code already opens a terminal window on mac, I am trying to send commands to it.



    Because I need to use the "java [path]"command. The goal of this java project is to have the user...
  6. Re: Sending commands through Java to Terminal

    bump
  7. Sending commands through Java to Terminal

    Hello,
    I am creating a .jar that will compile and run java programs through terminal. I have gotten the command to compile the java file that filePath refers to, but cannot figure out how to pass...
Results 1 to 7 of 7