I need to take the mouse click position in float or double, how can I do that?In mouse listener, I take the point like this,
e.getPoint();
but Point object's x and y values are integer, I need position in float or double. Any help will be appreciated.
Edit *I need exact resolution.*