考试结束了,终于有时间把Java课程设计——ATM项目的报告整理出来,贴一下,希望对大家有帮助:-)阅读全文>
发表于 @ 2007年07月17日 23:39:00|评论(loading...)|收藏
The package org.eclipse.swt.graphics contains classes that allows management of graphics resources. Graphics can be drawn on anything that implements org.eclipse.swt.graphics.Drawable, which includes org.eclipse.swt.widgets.Control and org.eclipse.swt.graphics.Image. The class org.eclipse.swt.graphics.GC encapsulates all of the drawing API, including how to draw lines and shapes, draw text and images and fill shapes. This article shows how to use a GC to draw onto an Image, or onto a control thr阅读全文>
发表于 @ 2007年07月15日 12:10:00|评论(loading...)|收藏
转自:http://blog.csdn.net/aruhi/archive/2005/03/24/329129.aspx阅读全文>
发表于 @ 2007年07月01日 21:10:00|评论(loading...)|收藏
转自:http://hi.baidu.com/shenmike/blog/item/5896f15cefdb9b42faf2c0c6.html阅读全文>
发表于 @ 2007年06月27日 20:30:00|评论(loading...)|收藏