User Profile

Collapse

Profile Sidebar

Collapse
udug86
udug86
Last Activity: Apr 3 '08, 12:12 PM
Joined: Apr 2 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • udug86
    replied to Re: Urgent Java Help Plzzzzzzz
    in Java
    i'm awfully sorry. my question is that i'm tryin to design a traffic light that changes 3 different colors. i have tried everthing but doesnt seem to do . i'm not an expert in java just a beginer...
    See more | Go to post

    Leave a comment:


  • udug86
    started a topic Re: Urgent Java Help Plzzzzzzz
    in Java

    Re: Urgent Java Help Plzzzzzzz

    import animax.Grafix;
    import java.awt.Color;

    class FlashingLight extends GrafixFlasher
    {

    int x = 100, y = 100;
    int w = 100, h = 100;

    public void draw ()
    {
    if(state==0) Grafix.out.setC olor(Color.red) ;
    if(state==1) Grafix.out.setC olor(Color.yell ow);

    Grafix.out.fill Oval(x,y,w,h);
    }
    }

    ...
    See more | Go to post
No activity results to display
Show More
Working...