01: package daniel;02: 03: import java.awt.Shape;04: 05: public class MyShape extends Shape{ 06: public MyShape() { 07: }08: }