You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hi,
I want to have a FocusPanel without any content, but it should trigger some MouseFocus events. Are there any spacer elements in GWT which I could place into the FocusPanel?
At the moment I'm just using a transparent little image that I place into the FocusPanel by: <g:FocusPanel> <g:Image resource="{res.empty}" /> </g:FocusPanel>