I would also recommend getting the Eclipse Plugin as this will create a project for you and you can see how the files should be laid out. Then take a look at the GWT showcase http://gwt.google.com/samples/Showcase/Showcase.html and start reading the Source code to figure out how you can do what you want.
On Dec 7, 3:00 am, Shiv shankar <[email protected]> wrote: > HI ALL, > > As am a fresher to the GWT, i got one assignment to do with, i have to > create 5 toggle buttons, > on click of 1 toglle buttons it has to display 5 more toggle > buttons(internal), in turn on click of of internal > toggle buttons one .png format photo should be displayed. > > As of now i have created first set of toggle buttons, from here am facing > the problem, on > click of 1st button control has to be transferred to the internal t.buttons > am not getting how to implement > the events and handlers concept. i not using the Command-line tools to > generate project files and directories. > i have organised my code by creating java packages. > kindly help me out in this. > > thanks and regards > -shiv -- 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.
