filmov
tv
Java Programming, How to draw a filled triangle with methods in Graphics class
Показать описание
Graphics2D g2 = (Graphics2D) g;
int [] xpoints = {75,60,90};
int [] ypoints = {100,125,125};
int nPoints =3;
int [] xpoints = {75,60,90};
int [] ypoints = {100,125,125};
int nPoints =3;