code :
Tab gridTab = new Tab(title);
gridTab.setIcon("image/gif/icon_history.gif");
when I set the icon to gridTab ,they can show the Icon.
but I add code
setCanClose(true);
they can't show the Icon.
any ideas?
thanks!
Tab gridTab = new Tab(title);
gridTab.setIcon("image/gif/icon_history.gif");
when I set the icon to gridTab ,they can show the Icon.
but I add code
setCanClose(true);
they can't show the Icon.
any ideas?
thanks!
Comment