扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jcomponent的类成员方法: getinsets定义及介绍
发布时间:2014-2-18
本文导语:
getinsets
public insets getinsets()
如果已在此组件上设置了边框,则返回该边框的 insets;否则调用 super.getinsets。
覆盖:类 container 中的 getinsets
返回:insets 属性的值另请参见:setborder(javax.swing.border.border)