Using mouseWheel in java robots, and it seems it depends on what the size of the window is that determines how smooth the scrolling is. so if I use +1 and -1 on a tall window, its pretty smooth, however if its a small amount of scroll it tends to be really jumpy. Is there a way to get the size of the window that is focused? Or maybe I am approaching it wrong.
1