User Profile

Collapse

Profile Sidebar

Collapse
Niner49
Niner49
Last Activity: Feb 22 '08, 04:47 AM
Joined: Oct 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Niner49
    replied to Just some simple Java question
    in Java
    I'll give it a try, thanks for the advice. Sometimes I have problems with over complicating the simplest of things...
    See more | Go to post

    Leave a comment:


  • Niner49
    replied to Just some simple Java question
    in Java
    [CODE=java]//Ask the user if he/she would like to play another game
    System.out.prin t("\n\nWould you like to play another game ('y' for yes, 'n' for no): ");
    cntrl = kb.next().charA t(0);
    con = new Character(cntrl ).toString();

    //A if statement that determines the whether the user wants to play another game
    while(con.equal s('y')...
    See more | Go to post
    Last edited by Ganon11; Feb 22 '08, 02:57 PM. Reason: Please use the [CODE] tags provided.

    Leave a comment:


  • Niner49
    started a topic Just some simple Java question
    in Java

    Just some simple Java question

    I want my program to ask the user if they would like to play another game of rock, paper, scissors. However, I want it to only accept (y for yes or n for no). At this point all I have been able to do is create a infinite loop, or just make the program not compile altogether. I have converted the char to a string, and attempted to use the .equals method but no such look.

    I know it's a really simple question, but any suggestion would...
    See more | Go to post

  • Niner49
    replied to Autofitting Help!
    I'm wasn't sure what it was called. But I hava a background color and the content of the page on top off that. I would like to center the content on the page, and have it expand and shrink as needed for different monitors. My desktop has a small monitor and it appears to be centered on it, but on my laptop the content on the left margin with open space to the right.

    here is the code the code

    Thanks for any help you...
    See more | Go to post

    Leave a comment:


  • Niner49
    started a topic Autofitting Help!

    Autofitting Help!

    Alright I'm working on a project and I was just wondering how you auto fit the content of a webpage to fit any screen dimension? So that when a person with large widesreen monitor views my page it appears roughly the same as a person that views on a smaller monitor.

    This is just a template so far: webpages.uncc.e du/~cpedwar1/project.htm
    See more | Go to post
    Last edited by Niner49; Nov 25 '07, 06:49 AM. Reason: Forgot to post the site URL

  • Niner49
    replied to "Object expected" Help
    Thanks, I guess that I just looked at the code soo much that I just didn't catch that....
    See more | Go to post

    Leave a comment:


  • Niner49
    started a topic "Object expected" Help

    "Object expected" Help

    I am a newbie in the world of html/javascript and I'm have a little problem with an assignment I'm doing for a class. The url for the page is:

    http://webpages.uncc.e du/~cpedwar1/suduko.htm

    The code is for a single cell of a suduko game. The point of the assignment is to check and validate the input going into the box.
    See more | Go to post
No activity results to display
Show More
Working...