Graphics - How do I use the method create(int x, int y, int width, int height) and translate(int x, int y)?

后端 未结 3 1680
有刺的猬
有刺的猬 2021-01-28 12:15

I was trying to do my computer science homework but I am stuck as I was trying to use the following methods.

  1. public Graphics create(int x,int y,int width

3条回答
  •  无人及你
    2021-01-28 12:51

    You can go through the java tutorial for 2D graphics and javadocs if not done already.

提交回复
热议问题