import objectdraw.*; import java.awt.*; public class Vehicle extends ActiveObject { public Vehicle( ) { // insert code to construct the vehicle here start(); } public void run() { } }