I am missing the border and no scroll bar when I run in dev mode. Any
idea? Where is my code.

     <g:DockLayoutPanel unit='EM'>
        <g:north size='5'>
                <g:Label>Top</g:Label>
        </g:north>
        <g:west size='15'>

        <g:HTMLPanel>
                <table>
                        <tr>
                                <td>
                                        <g:Label>Name</g:Label>
                                </td>

                        </tr>
                </table>
                </g:HTMLPanel>



        </g:west>
        <g:center>
                        <g:ScrollPanel>
                               <g:Label>Content Area</g:Label>
                        </g:ScrollPanel>
        </g:center>
     </g:DockLayoutPanel>

</ui:UiBinder>

Thanks,
Pradeep

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to