Solved

If a Window Is 200 Pixels Wide by 100 Pixels

Question 52

Multiple Choice

If a window is 200 pixels wide by 100 pixels tall, you can place a Button named pressMe in the approximate center of the window with which of the following statements?


A) pressMe.setLocation(100,50) ;
B) pressMe.setPosition(100,50) ;
C) pressMe.setLocation(200,100) ;
D) pressMe.setPosition(200,100) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions