扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jinternalframe的类成员方法: remove定义及介绍
发布时间:2014-2-18
本文导语:
remove
public void remove(component comp)
从此容器中移除指定组件。如果 comp 不是 jinternalframe 的子级,则将调用转发到 contentpane。
覆盖:类 container 中的 remove
参数:comp - 要移除的组件
抛出:
nullpointerexception - 如果 comp 为 null另请...