Search:

Type: Posts; User: Necroshade

Search: Search took 0.11 seconds.

  1. Re: Trying to make a Car program and I can't seem to get it to compile

    yeah, I saw the mistake, when I looked over it i saw that i forgot to put in the line "Graphics2D g2 = (Graphics2D) g;" you were correct
  2. Trying to make a Car program and I can't seem to get it to compile

    Here is what i have thus far:

    import java.awt.Graphics2D;
    import java.awt.Rectangle;
    import java.awt.geom.Ellipse2D;
    import java.awt.geom.Line2D;
    import java.awt.geom.Point2D;

    /**
    * A car...
Results 1 to 2 of 2