Java Programming, How to draw a filled triangle with methods in Graphics class

preview_player
Показать описание
Graphics2D g2 = (Graphics2D) g;
int [] xpoints = {75,60,90};
int [] ypoints = {100,125,125};
int nPoints =3;
Рекомендации по теме