1 package bookExamples.ch18Swing.awt; 2 3 public interface GraphicsObject 4 extends Movable, Drawable { 5 } 6