Search:

Type: Posts; User: DANGEROUSSCION

Search: Search took 0.16 seconds.

  1. [SOLVED] Re: Make a polygon appear in random places using Japplet and Canvas

    the polygon is a car shape, and I've got to make 10 cars appear randomly in the applet. So everytime the Applet is run they all appear in different places.
  2. [SOLVED] Make a polygon appear in random places using Japplet and Canvas

    I can make the circles appear in random places, but need a little direction to make the polygon appear in random places.


    import java.awt.*;

    public class Circle
    {
    private int number;
    ...
Results 1 to 2 of 2