Fixed bugs reported by Martin Augustine.

This commit is contained in:
Heng Sin Low 2010-07-29 12:10:45 +08:00
parent 3e5bc7778f
commit 57c2bde1ad
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class ZkJRViewer extends Window implements EventListener{
Center center = new Center();
center.setFlex(true);
layout.appendChild(center);
Iframe iframe = new Iframe();
iframe = new Iframe();
iframe.setId("reportFrame");
iframe.setHeight("100%");
iframe.setWidth("100%");