In HelloWorld.css I added

.gwt-CheckBox {
width:150px;
height:150px;
 color:Red;
}

In HelloWorld.java

  HorizontalPanel hPanel = new HorizontalPanel();
    // Leave some room between the widgets
  hPanel.setSpacing(15);
  CheckBox cb = new CheckBox("--");
  hPanel.add(cb);
  hPanel.add(resizablePanel);

Unfortunately, I see no increase in the size of the check box from its
default size.
The "--" text does appear in red.
thanks,
Anil

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to