BorderLayout (Java 2 Platform SE 6)从布局中移除指定组件,也就是说并没有从容器中移除。所以还是建议使用容器的remove方法移除组件,以保万无一失。
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- 从此边框布局中移除指定组件。当容器调用其
remove
或removeAll
方法时,可调用此方法。大多数应用程序并不直接调用此方法。
- 指定者:
- 接口
LayoutManager
中的removeLayoutComponent
- 参数:
comp
- 要移除的组件。- 另请参见:
Container.remove(java.awt.Component)
,Container.removeAll()
偶然遇到这样的情况,和大家分享下。
转载声明: 出自: Ghoul To World!作者: GreatGhoul
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.