扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jtable.accessiblejtable.accessiblejtablecell的类成员方法: getlocationonscreen定义及介绍
发布时间:2014-2-18
本文导语:
getlocationonscreen
public point getlocationonscreen()
返回对象在屏幕上的位置。
指定者:接口 accessiblecomponent 中的 getlocationonscreen
返回:屏幕上对象的位置(如果此对象不在屏幕上,则可以为 null)另请参见:accessiblecomponent.getbounds()...