搜索资源列表
drawingproject
- Writing a Graphical Editor---The graphical editor allows you to create and edit three kinds of graphical objects – rectangles, ovals, and line segments – in a drawing. There is a linear ordering of the objects, from front to back, so that if tw
Frame
- 完成一个Applet图形界面程序。功能说明: file菜单—包括两个菜单项: open::打开.gif的图形文件,并显示在窗口里。文 件名在下面的编辑框中给出 exit:结束程序。 edit菜单—包括两个菜单项: paint:在窗口中画图形,图形的类型及颜色分别由下面的 复选框及选择按扭指定。 clear:清空窗口内容。 该作业要求编程并调试通过。对你设计的类要有详细的文字说明(类所封装的内容,属性、方法的功能与