CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ShadowWolf22

Search: Search took 0.04 seconds.

  1. Replies
    10
    Views
    3,442

    Re: JAVA 1 Class, NEED HELP

    Thank you all for your help. I got it all worked out.
  2. Replies
    10
    Views
    3,442

    Re: JAVA 1 Class, NEED HELP

    I am not aloud at add any new methods.
  3. Replies
    10
    Views
    3,442

    Re: JAVA 1 Class, NEED HELP

    I am not able to change the updateDisplay method due to my teachers instructions so I added the if statement to the timeTick method's updateDislay and when I try to compile it the new if statement is...
  4. Replies
    10
    Views
    3,442

    Re: JAVA 1 Class, NEED HELP

    Is this how it should look?



    public void timeTick()
    {
    minutes.increment();
    if(minutes.getValue() == 0) { // it just rolled over!
    hours.increment();
    ...
  5. Replies
    10
    Views
    3,442

    Re: JAVA 1 Class, NEED HELP

    I am unable to get the display to read 12 instead of 00:00 for noon and midnight. Every other hour works as a 12 hour clock. I have tried making several changes in timeTick but every time I make a...
  6. Replies
    10
    Views
    3,442

    JAVA 1 Class, NEED HELP

    I am looking for advise the answer.

    I am in a JAVA 1 programing class online and right now we are working on a 24 to 12 hour clock conversion. We are only able to change the timeTick method, the...
  7. Replies
    1
    Views
    4,310

    JAVA 1 Class, NEED HELP

    I am looking for advise the answer.

    I am in a JAVA 1 programing class online and right now we are working on a 24 to 12 hour clock conversion. We are only able to change the timeTick method, the...
  8. Replies
    1
    Views
    3,831

    JAVA 1 Class, NEED HELP

    I am looking for advise the answer.

    I am in a JAVA 1 programing class online and right now we are working on a 24 to 12 hour clock conversion. We are only able to change the timeTick method, the...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured