/**
* 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);
}
}
PluginAppletWindow.java 文件源码
java
阅读 26
收藏 0
点赞 0
评论 0
项目:jvm-stm
作者:
评论列表
文章目录