Conventions - capital letter for class name Also, who gets what - do Applet's? or Shape's? move getFill public boolean getFill() pre: true. post: If the fill checkbox is checked this will return true. ????what if the fill checkbox is not checked? Or if it is clicked on again after being checked? editShape private void editShape(int x, int y, Shape s) pre: There must be at least one shape in the vector. post: A shape from the vector will be edited, either by size or color. ????Any shape can be edited according to this post condition getSelection public int getSelection() PRE: ToolPanel instance created POST: Tool selected dropdown item as integer ????relating to anything????