addComponent(countLabel);
CheckBox cb = new CheckBox("Click me to start counting...") {
{
// Register a new RPC that counts the number of invocations.
registerRpc(new CheckBoxServerRpc() {
private int rpcCount = 0;
@Override
public void setChecked(boolean checked,
MouseEventDetails mouseEventDetails) {