!!! Listing 1 interface Icon extends java.io.Serializable { void paint(Graphics g, int x, int y); int getWidth(); int getHeight(); }