awt 学习札记3

awt 学习笔记3awt学习笔记3第三章 图 形3.1-3.4这一部分主要是说在使用Graphics这个内置对象应该注意的问

awt 学习笔记3

awt学习笔记3

第三章 图 形
3.1-3.4
这一部分主要是说在使用Graphics这个内置对象应该注意的问题

1、fillRect()与drawRect()不同
drawRect(int x,int y, int x_add, int y_add)
第三个,第四个变量是增量
原文:

?

?

?