jcoolu / Car-Animation

GUI program created in Java Swing that shows animating car shapes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Car-Animation

GUI program created in Java Swing that shows animating car shapes.

Table of Contents

Car Animation Car Animation

animation

Program created/edited for Object Oriented Design class. This program shows a specific number, entered by the user, of car shapes moving across the screen. It uses an abstract class called MoveableShape to draw and translate the car icons. The ShapeIcon class implements methods from the Icon class to draw the car shapes.

User can enter as many cars they would like. (Input has to be positive integer) input

Smile Credits

  • Starting Code - Object Oriented Design Class

  • Edits & Images - Jamie Coulombe (me)

About

GUI program created in Java Swing that shows animating car shapes.


Languages

Language:Java 100.0%