package stickfigure; import java.beans.*; public class StickFigureBeanInfo extends SimpleBeanInfo { // // implement the following method: // public PropertyDescriptor[] getPropertyDescriptors() { } public java.awt.Image getIcon(int iconKind) { return loadImage("stickfigure.gif"); } }