Computer Science A - Mrs. Bucaria

AP-Computer Science - Final Project #2 - AWT Graphics

Graphics Splashy Screen Assignment

Using all the different Graphics we have worked with in class write a program to create a Splashy display of graphics. You must use most of the methods, classes and concepts below to get a good grade.

  • Multiple Color objects - Color c=new Color(r,g,b);
  • Multiple Font objects. - Font f=new Font("type",Font.BOLD,size)
  • drawString(" ",x,y) method
  • drawLine(x,y,x2,y2) method
  • drawRect(upperleftx,upperlefty,width,height)
  • fillRect(upperleftx,upperlefty,width,height)
  • drawOval(upperleftx,upperlefty,width,height)
  • fillOval(upperleftx,upperlefty,width,height)
  • Random colors
  • Random positions
  • Delay
  • Animations - for example the moving ball or moving text

    - 75 points
    - Utilized all the commands and styles listed above

    - 85 points
    - Utilized numerous and nested loops create exciting and creative splash on the screen

    - 90 points
    - True, original animation - something moves across the screen-ex -a ball, a person, a figure of some kind

    - 95 points -100 points You need to really impress me!!