With the introduction of the HTML5 <canvas> element, could Swing be implemented in GWT?

Posted by knorv on Stack Overflow See other posts from Stack Overflow or by knorv
Published on 2010-04-03T12:26:50Z Indexed on 2010/04/03 12:33 UTC
Read the original article Hit count: 384

Filed under:
|
|
|
|

With the introduction of the HTML5 <canvas> element, could Swing theoretically be implemented in Google Web Toolkit (GWT) by using the <canvas> tag for drawing?

I'm aware of efforts to port source code from using Swing calls to GWT calls, but what I'm after is a pure behind the scenes port where a Swing application would compile under GWT without any source code modifications.

Is that theoretically possible? Why? Why not?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing