50515253545556575859
public ReflectedImage() { theImage = new Image(); NEffectPanel ep = new NEffectPanel(); ep.add(theImage); theReflection = new ReflectImage(); ep.addEffect(theReflection); initWidget(ep); setForResizeEffect(); }
58596061626364656667
setForResizeEffect(); } public ReflectedImage(Image img) { ep.add(img); theReflection = new ReflectImage(); ep.addEffect(theReflection); initWidget(ep); setForResizeEffect(); }