Exporting from Java Swing/Graphics to HTML
I wrote small java Swing/canvas program where I 开发者_Python百科can draw some textboxes.
Now I'd like to export those text areas to a set of HTML div.
What would be the best way (font-family ? font-face? css selectors ?) to obtain the same rendering as in Java ?
Thanks
I think, better way is rewriting program using some abstract views. And then implement this views for swing/web.
精彩评论