swing - Is it possible to design UI of a desktop apllication with HTML5 and CSS3 and coding it's event handling in pure java? -
i student started studying swing 2 days ago , wondering if design the whole ui of desktop application using html5 , css3 , instead of javascript if code in pure java application's event handling.
yes can, need way embed web browser swing application. latest version of java can use javafx have @ link: http://docs.oracle.com/javafx/2/webview/jfxpub-webview.htm
there other solution older version 1 eclipse:
http://download.eclipse.org/rt/rap/doc/2.3/guide/reference/api/org/eclipse/swt/browser/browser.html
hope helps
Comments
Post a Comment