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...

To determine whether a file was opened successfully, one can use the ___________ fstream member function

a. close( ) b. overloaded operator <<( ) c. open( ) d. eof( ) e. flush( )

Computer Science & Information Technology

In the 1980s, _____ was the dominant operating system for personal computers.

A. ?Windows operating system B. ?UNIX operating system C. ?Mac operating system D. ?Disk operating system

Computer Science & Information Technology

The mouse pointer in Excel turns into a block arrow whenever it is located in a cell on the worksheet.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The _____ prohibits the transfer of personal data to non–European Union nations that do not meet the European adequacy standard for privacy protection.

a. Code of Fair Information Practices b. European Data Transfer Act c. Organization for Economic Cooperation and Development privacy guideline d. European Union Data Protection Directive

Computer Science & Information Technology