Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Java Graphics: Drawing one object into another

    No problem. Did you get it sorted out then?
  2. [SOLVED] Re: Java Graphics: Drawing one object into another

    Hmm, I'm not sure. What I'd do if I were you is create a method that draws a single square/rhombus at a specified coordinate, something like:

    public void drawSquare(int x, int y, Graphics){...
  3. [SOLVED] Re: Java Graphics: Drawing one object into another

    Well, how would you do this by hand? Get a piece of graph paper, and do the drawing, keeping track of the coordinates where you're drawing. Do you see a pattern?
Results 1 to 3 of 3