public void draw Rect(Graphics g,int a,int b,int c,int d) | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
0
An object of type Graphics.
28th Dec 2016, 8:05 AM
ifl
ifl - avatar