aspose file tools
The moose likes Swing / AWT / SWT and the fly likes swings Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "swings" Watch "swings" New topic
Author

swings

Hamsagayathri Palanisamy
Ranch Hand

Joined: Mar 10, 2008
Posts: 44
Hi,
As of me,swing is a desktop application and not the browser application.
is it rite? or is it possible to run swing application in browser?
correct me if i'm wrong.

-Thanks & Regards,
Hamsa
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35254
    
    7
Swing (not "swing" or "swings") is a graphical framework, not an application. As such it can be used for standalone desktop applications or for applets that run in web browsers. So, yes, you can run Swing code in browsers.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: swings
 
Similar Threads
java swing
Problem in running JApplet in the Browser
Launching a browser through a Swing Application
Question on pausing a loop.
Swing to Web Conversion