Which of the following statements is for placing the frame's upper left corner to (200, 100)?

Which of the following statements is for placing the frame's upper left corner to (200, 100)?


A. frame.setLocation(100, 100)
B. frame.setLocation(100, 200)
C. frame.setLocation(200, 100)
D. frame.setLocation(200, 200)

The correct answer is C


Java

Learn More Multiple Choice Question :