Change the position of the mouse

I want to change the positon of the mouse from the java code but I can't find the form of do it.If someone knows how to do, please answer me.Thanks
[169 byte] By [hanjell85@gmail.coma] at [2007-10-3 4:17:17]
# 1
Simple. Check out java.awt.Robot.Robot r = new Robot();r.mouseMove(10, 10);
catsclawa at 2007-7-14 22:18:53 > top of Java-index,Security,Cryptography...
# 2
Thank you very much
hanjell85@gmail.coma at 2007-7-14 22:18:53 > top of Java-index,Security,Cryptography...