This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / In JAVA, How to get the cursor position on a picture? I'd like to show the cursor position on a picture which is 400 by 400 pixel size and located at (0, 0, 400, 400) on a panel.So suppose that the cursor is at (50, 50), how can the java code know?
Thank you.
-rlm007(厨房里的科学家);
2004-5-21
{82}
(#1733192@0)
-
再说明下,我想请教的是光标的位置,而非鼠标的位置,当把光标定位到Graph Panel上的某个位置的时候,用鼠标点击BUTOON件.会根据不同的光标位置的数据提示不同的信息. 我试过JPanel.setFocusable(true).,,,, MouseMotionListener等没成功. 谢谢!
-rlm007(厨房里的科学家);
2004-5-21
{132}
(#1733195@0)
-
我没有试,但我认为还是应该用MouseMotionListener ,也许用法有什么需要注意的地方。你再Google几个例子看看。
-canadiantire(算了,不戒了);
2004-5-21
(#1733258@0)
-
谢谢,问题解决了.我也没有继续试. 用些乱七八糟的方法绕开了.
-rlm007(厨房里的科学家);
2004-5-21
(#1733778@0)