Need Java Swing HTML canvas with support for integrated swing controls

Posted by Iggy Ma on Stack Overflow See other posts from Stack Overflow or by Iggy Ma
Published on 2010-04-12T19:19:54Z Indexed on 2010/04/12 19:23 UTC
Read the original article Hit count: 720

Filed under:
|
|

I would like to create an application in swing in the style of web 2.0 but have the power and functionality of a thick client. I know substance and some other look and feels help with this some, but I was wondering if there is a way I can actually use some kind of html panel / canvas to create the content in html, embedding swing controls in the rendering so as to still use listeners and get the functionality.

Anybody know of a way to do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing