当前位置: 技术问答>java相关
点击图片上不同的位置,响应不同的事件。
来源: 互联网 发布时间:2015-03-14
本文导语: 就是一个图片,当多个按钮用。 不用JButton有什么好的方法。 | 使用MouseEvent.getPoint()取得相对位置,根据位置不同来执行不同的操作 public Point getPoint() Returns the x,y position of the event relative to the sou...
就是一个图片,当多个按钮用。
不用JButton有什么好的方法。
不用JButton有什么好的方法。
|
使用MouseEvent.getPoint()取得相对位置,根据位置不同来执行不同的操作
public Point getPoint()
Returns the x,y position of the event relative to the source component.
Returns:
a Point object containing the x and y coordinates relative to the source component
--------------------------------------------------------------------------------
public Point getPoint()
Returns the x,y position of the event relative to the source component.
Returns:
a Point object containing the x and y coordinates relative to the source component
--------------------------------------------------------------------------------
|
同意
|
把图片切成几块不就可以了。
如果图片是动态生成的,就另当别论了
如果图片是动态生成的,就另当别论了
|
或者建几个不可见的JBUTTON然后在用一张大的背景···
即 透明的按钮
即 透明的按钮