I am getting a MouseEvent
in Java. the getPoint()
method is adding the height of the title bar into the y portion of the coordinate.
I was wondering how I can find the height of the title bar of the current window in order to offset the y value by the correct amount.