Search:

Type: Posts; User: Europa

Search: Search took 0.08 seconds.

  1. Thread: Fuctions

    by Europa
    Replies
    4
    Views
    1,472

    Re: Fuctions

    Ah, I still don't quite understand despite reading that and my program is beginning to wear on me.
    It's asking for an identifier, what's that?
  2. Thread: Fuctions

    by Europa
    Replies
    4
    Views
    1,472

    Fuctions

    I'm doing a project for my Computer Science Class and I need some help understanding basic functions and making custom fuctions. Could someone please explain them to me?
  3. Replies
    11
    Views
    2,821

    Re: Sierpinski's Triangle in Graphics

    I can't move the drawing because then it gives me an error because it can not find the variables dx and dy. The question I have is why it is not forming triangles like it's supposed to?
  4. Replies
    11
    Views
    2,821

    Re: Sierpinski's Triangle in Graphics

    I ashamed to say that although directions were given I've still managed to fail at this -->still very much a beginner. -_-'

    Here's the web page, there's a button there that you can click to see an...
  5. Replies
    11
    Views
    2,821

    Re: Sierpinski's Triangle in Graphics

    There are no errors but it's still not working! All that pops up are the words "Sierpinski's Triangle". Help again por favor?


    import java.awt.*;
    import java.awt.Color;
    import...
  6. Replies
    11
    Views
    2,821

    Re: Sierpinski's Triangle in Graphics

    I highlighted it and posted the errors. ^^'
  7. Replies
    11
    Views
    2,821

    Sierpinski's Triangle in Graphics

    I've been tinkering with this for a while but I can't seem to get rid of those last two errors. Some help would be wonderful, thank you. ^_^

    This link has what it's supposed to look like, click on...
  8. Replies
    2
    Views
    1,230

    Java Graphics Question

    I'm absolutely clueless on how to control arcs in java. Here is some sample code my teacher gave me, would somebody mind explaining what each part of it does?

    g.drawArc(50,250,150,150,90,180);...
  9. Replies
    8
    Views
    2,352

    School Assignment AHH!

    So I have this school assignment where I have to use the do while loop to make a program that has you guess a random number over and over until you get it. Unfortunately if you do get it right the...
Results 1 to 9 of 12