Hi, few weeks ago I started using GWT and now my sites get more and
more impressive. But now I want to list some Items. Therefore I want
to use boxes with a thin border and a title, like everybody knows from
the operation system. Such boxes I found in the gwt-ext showcase, but
they are not described in their sample source code.
http://gwt-ext.googlecode.com/svn/trunk/site/samples/Showcase/Showcase.html#loginDialog
The source just said: final Form signInForm = getSignInForm(); and
the Box itself is described in the getSignInForm() method. So can
somebody tell me, how I can get such boxes? Thanks!