Search:

Type: Posts; User: cgeier

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,503

    Re: NEED HELP NOW, DUE TODAY

    Your inner for loop should probably not be reseting "i", you should probably choose a different variable name such as "j".



    double lastY = 0;

    for(int i=0;i<numPoints;i++){
    ...
  2. Replies
    1
    Views
    13,676

    Login website using Java

    I am trying to automate a login to a website and then navigate to a webpage and retrieve the html from the page. I found some examples of how to login, but am having difficulty figuring out how to...
Results 1 to 2 of 2