I was wondering if it is possible to program java swing to work with
a server-side program such as java servlets... i.e. Run the swing
program on the client side and send requests to the servlet for any
information. I wanted to experiment with this, so that i could use
java swing on a webpage, and work with servlets... so basically use
the graphics of java swing instead of html... does this make sense?
I would appreciate any help given to me,