Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Re: Can you please help me figure out what's wrong with my code?

    Please learn to post your code in code/highligh/format tags. Read the Announcement topic at the top of the What's Wrong With My Code? forum. Reading all of this code mixed with your comments is...
  2. Re: Can you please help me figure out what's wrong with my code?

    Okay, I was being a little lazy, not digging too deeply. You may be guilty of the same thing. Look at this page, especially the Ellipse section, and see if it helps.
  3. Re: Can you please help me figure out what's wrong with my code?

    Integer is a core Java "wrapper" class used to give primitive ints object characteristics (kind of). I'm not sure you need the Integer class at all, if that's what you were trying to use. What do...
  4. Re: Can you please help me figure out what's wrong with my code?

    The compiler cannot identify the the class Integer that your code says belongs to Elipse2D. It doesn't know where it is, can't find it. Is there an Integer class in the Elipse2D class? If so, post...
  5. Re: Can you please help me figure out what's wrong with my code?

    Post the error and stack trace, copied and pasted from exactly as it appears at your end.
Results 1 to 5 of 5