0
public void draw Rect(Graphics g,int a,int b,int c,int d)
Integer values must be passed to int a,b,c,d but what type of value must be passed to g. Plz give an example if possible.
1 Odpowiedź
0
An object of type Graphics.
Integer values must be passed to int a,b,c,d but what type of value must be passed to g. Plz give an example if possible.