hi every one
" A point in the x-y plane is represented by its x-coordinate and y-coordinate.Design the class Point that can store and process a point in the x-y plane.You should then perform operation on a point, such as shoing the point, setting
the coordinates of the point printing the coordinates of the point,
returning the x-coordinate, and returning the y-coordinate. Also write a test program to test various operatio on a point. "
I have this question and I understand every thing except " showing the point "
How I can do it ? . I didn't study anything about x-y plane or drawing by java !! :rolleyes: :sad: