What does the drawImages method draw?

```
1 private void drawImages( Graphics g )
2 {
3 g.setColor( Color.GREEN );
4 g.fillRect( 50, 50, 50, 50 );
5 }
```

The drawImages method draws a green square with its upper left coordinates at 50, 50 and width and height of 50.

Computer Science & Information Technology

You might also like to view...

Which of the following virus types works as a worm, then either disables system services or encrypts user files and demands a monetary payment to release those files or services?

A) Boot sector viruses B) Ransomware C) Macro viruses D) Stealth viruses

Computer Science & Information Technology

Selecting a layer is also referred to as ____________________ a layer.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology