Пример #1
0
 /** Create a new layout with a header and and icon. */
 public FormStyleLayout(String image, String title) {
   addHeader(image, title);
   initWidget(layout);
 }