|
I am big fan of Swing and was thinking of the same to bring Swing to the browser, however, I still have no solution for events, e.g. when I use a JTree to draw a tree image on the server, I search for a solution how to capture the user's click on a tree nde so that the server is messaged to send an updated tree image with the respective node expanded. I guess the only way to achieve this is an image map too? (when JavaScript is not to be used, that is) |