Q. java.awt.Component class method getLocation() returns Point (containg x and y cordinate).What does this x and y specify (Solved)
1. Specify the postion of components lower-left component in the coordinate space of the component's parent.
2. Specify the postion of components upper-left component in the coordinate space of the component's parent.
3. Specify the postion of components upper-left component in the coordinate space of the screen.
4. none
- b. Specify the postion of components upper-left component in the coordinate space of the component's parent.