Search:

Type: Posts; User: knockturnal22

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: I can't isolate the first four colums y,m,d,t

    I'll try that. I think you gave me enough info to work with and figure out the next step.
  2. [SOLVED] Re: I can't isolate the first four colums y,m,d,t

    I just want the first 4 elements. I'm trying to get it so I can then turn the y,m,d, t to a code to read it in a standard java day time format.
  3. [SOLVED] Re: I can't isolate the first four colums y,m,d,t

    I fixed the problem but now trying to figure out how to isolate the specific columns.

    while (inputStream.hasNext()){
    String data = inputStream.next();
    System.out.println ( data ) ;...
  4. [SOLVED] Re: I can't isolate the first four colums y,m,d,t

    Yes that correct. Now trying to get the first 4 columns to display is my current goal.
  5. [SOLVED] Re: I can't isolate the first four colums y,m,d,t

    I guess that's where I'm lost at. I didn't make note of what values meant. Could you help me with pulling out four columns which are the year, month, date and time so I can use that create something...
  6. [SOLVED] Re: I can't isolate the first four colums y,m,d,t

    I do not have an array and that's what's throwing me off. I'm using what I learned and it should show me the first column but it's not.


    import java.io.File;
    import...
  7. [SOLVED] Re: I can't isolate the first four colums y,m,d,t

    I also attached the file that I was pulling my data.
  8. [SOLVED] Re: I can't isolate the first four colums y,m,d,t

    I'm using Eclipse and i attached a pic of the problem I'm having.
    1441
  9. [SOLVED] I can't isolate the first four colums y,m,d,t

    I'm trying to get the year, month, day and time isolated so I can then I can make it populate in a different format.



    import java.io.File;
    import java.io.FileNotFoundException;
    import...
  10. Thread: Guages

    by knockturnal22
    Replies
    2
    Views
    960

    Guages

    Can anyone inform me where would be a good places to find or what to look up "Gauges" in java. I'm doing a research topic on it and not finding anything useful.
  11. Replies
    9
    Views
    1,363

    [SOLVED] Re: I need help with my coding

    If someone can guide me to where I can go to fix my problems would be helpful. My instructor gave me notes on what to do. I'm just trying to interrupt the notes myself.
  12. Replies
    9
    Views
    1,363

    [SOLVED] Re: I need help with my coding

    I was getting advice from a classmate and that's where I got stuck at. I do not want it to be infinite as you mentioned. I'm trying to figure out how to have it when type "0" it ends. really do...
  13. Replies
    9
    Views
    1,363

    [SOLVED] Re: I need help with my coding

    I'm new at this. I'm trying to create a slot machine; very basic and simple slot machine.
  14. Replies
    9
    Views
    1,363

    [SOLVED] Re: I need help with my coding

    I just need to know what coding am I missing to finish this.
  15. Replies
    9
    Views
    1,363

    [SOLVED] Re: I need help with my coding

    I apologize I forgot the question.
  16. Replies
    9
    Views
    1,363

    [SOLVED] I need help with my coding

    I've been working on this for a few days now and I'm stuck and burned out. I'm working on a project for a class and trying to create a basic and simple slot machine for my presentation. This is what...
Results 1 to 16 of 16