I have a simple question. How do I set the position of a JFrame on the screen? When I use setVisible(), I want the window to appear in a certain location on the screen, perhaps by x-y coordinates. Is it possible?
EDIT: I found the solution. I had to call setLocationByOs(false) or something like that, then use setLocation(x,y)