I would be really interested to see this integrated with JSF & AJAX to provide a full rich web client.
Just drawing the components is easy, it's getting the feedback to the server dynamically that's harder.
For example, in your Login form example, what happens when you mouseOver or click the button. To be a true SWING client in the browser, the component should change state responsively. Otherwise this whole idea is just eye candy... |