Searched refs:genericAttrList (Results 1 – 1 of 1) sorted by relevance
1257 if (genericAttrList == null) { in addForwardedAttributes()1258 genericAttrList = new AttributeList(); in addForwardedAttributes()1259 mergeForward(genericAttrList, new VJPanelShadow()); in addForwardedAttributes()1260 mergeForward(genericAttrList, new FrameShadow()); in addForwardedAttributes()1261 mergeForward(genericAttrList, new DialogShadow()); in addForwardedAttributes()1264 Enumeration e = genericAttrList.elements(); in addForwardedAttributes()1322 private static AttributeList genericAttrList = null; field in Group