Search:

Type: Posts; User: kardo

Search: Search took 0.09 seconds.

  1. Re: Display text file content into the console in sequence order ?

    that is correct, i am trying to replay the actions into the console but with a little pause. my code at the moment does not display any thing, i would be greatful if you could give me an assistance...
  2. Re: Display text file content into the console in sequence order ?

    no i am programming a simple tik tak toe game, my aim is to record all the player inputs and at the end do action replay and display all the moves in the console.
    i have already designed the game,...
  3. Re: Display text file content into the console in sequence order ?

    the current output is blank, by sequence order i mean to display the contents in the text file in order, this is my text file's content from user input:
    Kardo
    1
    2
    Kalio
    1
    1
    Kardo
    2
    2
  4. Re: Display text file content into the console in sequence order ?

    the output should be the text file content in the java console but in a sequence order (ie: 3 seconds delay between each display),
    at the moment it just gives me a blank display.
  5. Display text file content into the console in sequence order ?

    Hello,
    I am trying to display the contents in my text file into the console in sequence order, so it looks like an action replay from user inputs.
    this is my text file:

    Kardo
    1
    2
    Kalio
    1
    1
Results 1 to 5 of 5