Hi,

I am not able to see radio button, what should i do is there anything
i should add.

package com.myapplications.client;

import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.Command;
import com.google.gwt.user.client.Window;
import com.google.gwt.user.client.ui.MenuBar;
import com.google.gwt.user.client.ui.RadioButton;
import com.google.gwt.user.client.ui.RootPanel;

@SuppressWarnings("unused")
public class Notes implements EntryPoint{
public void onModuleLoad(){

        RadioButton age18 = new RadioButton("age", "18-25");
        RadioButton age26 = new RadioButton("age", "26-30");
        RadioButton age31 = new RadioButton("age", "31-40");
        RadioButton other = new RadioButton("age", "> 40");
}
}

Thanks,
Harry..
--~--~---------~--~----~------------~-------~--~----~
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