Search:

Type: Posts; User: usama8800

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,206

    [SOLVED] Re: Help with time

    i got the problem a while ago but cause of that while loop i had the pc crash with like 104486528745647560 windows but i got it now
  2. Replies
    5
    Views
    1,206

    [SOLVED] Re: Help with time

    The output is 11:51 some hundred thousand times and when time changes on computer to 11:52, its still 11:51.
    It has to go like 11:51 thousand times and when time changes on computer to 11:52, it...
  3. Replies
    5
    Views
    1,206

    [SOLVED] Help with time

    I am trying to make something like an alarm and it goes like this


    while(run){
    System.out.println(temp.getTime());
    if(temp.getTime()=="11:52"){
    run = false;
    ...
Results 1 to 3 of 3