Hi, Think I understand now: you want to use the class on client side (i.e. within he browser) and you did put it in the client directory. Right ?
Then, GWT wants to compile it to Javascript. At this point,2 solutions: a) either you provide the source of the class or b) you inherit the javascript from a module compiled by somebody else. I think none is possible in your case: you'll have to find another design without your Swing class: tell us what your purpose is and we may help. regards didier On Nov 16, 10:36 pm, Shawn Brown <[email protected]> wrote: > > What is the error? > > Are you sure javax.swing.* is supported in GWT? > > Shawn -- 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.
