I know how to easily get the coordinates of a jPanel that you make in a program, but I am really trying to figure out how to get the coordinates of a window that isn't jPanel + jFrame; such as a window in Chrome or even just a directory (not swing).
Usually, I can find something online, but this seems to be a feature that perhaps Java cannot perform. I am looking for some higher knowledge about this.