Running the Java Swing application in a Web browser?
843807Jan 16 2010 — edited Jan 16 2010Hi,
Is it possible to run the Java Swing application in a Web browser? Importantly Applet should be considered here as it will take a lot of time to load the application which is quite huge. This application is build using Java Swings, on a click of a button in the browser, i need to launch the Java Swing application.
Whether this is possible? Probably AjaxSwing will help us to convert the Java Swings to HTML. But without that whether it is possible to launch the Java Swings application from the browser on a click of a link or button. If not, is there any other possibilities aprt from "AjaxSwing"? Please do shed some light.
Thanks,
JavaCrazyLover