StandaloneAppletWindow.java 文件源码

java
阅读 30 收藏 0 点赞 0 评论 0

项目:javify 作者:
/**
 * This method is called when a component is added to the container.
 *
 * @param event the <code>ContainerEvent</code> indicating component
 *          addition
 */
public void componentAdded(ContainerEvent event)
{
  if (applet != null)
    {
      ContainerListener[] l = applet.getContainerListeners();
      for (int i = 0; i < l.length; i++)
        l[i].componentAdded(event);
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号