Search:

Type: Posts; User: jikatz09

Search: Search took 0.24 seconds.

  1. Raindrop animation, almost done but the program form any of the raindrops I have programmed.

    Hey everyone here is an assignment that creates raindrops every 500ms, grows them 2p every 10ms, and removes them after they have exceeded 200p. I am almost done with the program, but I can't get...
  2. Finding a character in acharacter array at specific index, without using the String class.

    I am working on an assignment where I cannot use the String class. I have to basically create my own String class, with a few basic methods. I am currently working on the part where I have to find...
  3. Re: Help with method to check if two rectangles overlap

    Ok so I've got that last part finished. Now I need to create a getOverlap method that draws a new rectangle over the overlap, and assigns a new color that is the rgb value of both rectangles...
  4. Help with method to check if two rectangles overlap

    Hey everyone. I am working on a hw assignment where I have to create a class called Rectangle that is utilized in another program. The end result is a graphic of colored rectangles, which overlap...
  5. Replies
    7
    Views
    1,527

    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
  6. Replies
    7
    Views
    1,527

    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
  7. Replies
    7
    Views
    1,527

    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...
  8. Replies
    7
    Views
    1,527

    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 8 of 8