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
posted
0
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.