Search:

Type: Posts; User: jikatz09

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,529

    Re: Creating a Point.class

    Awesome Norm, just finished the program. Thanks for your help. Sorry for my lack of java and forum ettiquette, I am new to the game. -Jon
  2. Replies
    7
    Views
    1,529

    Re: Creating a Point.class

    Thanks, that helped a lot. I am now stuck on the setXY() section and was wondering how setXY() works? Do you need user input and use the Scanner class? -Jon
  3. Replies
    7
    Views
    1,529

    Re: Creating a Point.class

    Hey Norm,

    I was unaware of this, but my teacher specifically asked us to label the new class "Point". Here is what I have gotten so far

    public class Point {

    private int x, y;

    public...
  4. Replies
    7
    Views
    1,529

    Creating a Point.class

    Hey everyone,
    I have an assignment that's due tomorrow and I am completely stuck and was hoping to get some help. My assignment is to create a Point object that represents an x,y point. Here is an...
Results 1 to 4 of 4