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.

28th Dec 2016, 8:01 AM
Debangshu Singh
Debangshu Singh - avatar
1 Réponse
0
An object of type Graphics.
28th Dec 2016, 8:05 AM
ifl
ifl - avatar